liud4 / rVMAP

Data Management code for VMAC-MAP study
Other
3 stars 0 forks source link

FSRP age extrapolation #78

Closed liud4 closed 7 months ago

liud4 commented 7 months ago

https://github.com/liud4/rVMAP/blob/14f1ecb88f1a008945268e343a86601cfa70ec8e/R/derive_fsrp.R#L19

Remove " age.integer >= 54" from the code below to remove the age lower bound of fsrp.age.points derivation.

  sex == 1 & age.integer >= 54 & age.integer <= 56 ~ 0,
  sex == 2 & age.integer >= 54 & age.integer <= 56 ~ 0,
panpanzhang99299 commented 7 months ago

The function has been updated.