Skip to content
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

survmean: cropping survival times should imply survival = 0 outside time window? #73

Open
WetRobot opened this issue Mar 7, 2016 · 0 comments
Assignees
Milestone

Comments

@WetRobot
Copy link
Collaborator

WetRobot commented Mar 7, 2016

E.g.

eBL <- list(FUT = 0:100, AGE = c(0,125))
survmean(Surv(FUT, lex.Xst) ~ V1, e1.breaks = eBL)

would allow the user to force cumulative survival for any single individual to drop to zero at their 125th birthday. Currently comp_e1 probably would just crop the individual survival curves at e.g. FUT = 5 for an individual for whom their 125th bday coincides with FUT = 5.

@WetRobot WetRobot added this to the V. 0.3.0 milestone Mar 7, 2016
@WetRobot WetRobot self-assigned this Mar 7, 2016
@WetRobot WetRobot modified the milestones: V. 0.4.0, V. 0.3.0 Mar 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant