-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: life tables #17
base: main
Are you sure you want to change the base?
Conversation
@tombisho @StuartWheater can you please also independently test this code and do checks for disclosures/privacy ? |
@ESCRI11 can you please update the version to be 2.1.5 in the DESCRIPTION file to match the version in dsSurvival? |
Yes, done |
@ESCRI11 I see a man file man/dot-compute_survival_rates.Rd Is there an R function corresponding to this? |
@ESCRI11 I see a man file man/dot-compute_survival_rates.Rd Is there an R function corresponding to this? If not, can you please remove the .Rd file? |
Implemented life tables. This allows to obtain pooled survival curves. Reference: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5338193/
We obtain the pooled table:
And then we can plot the pooled curves
Code examples included on
dsSurvival/vignettes/simple_script.R