Navigation Menu

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

life tables, 1, 3, 5 year survival #2

Closed
sbalci opened this issue Sep 23, 2018 · 0 comments
Closed

life tables, 1, 3, 5 year survival #2

sbalci opened this issue Sep 23, 2018 · 0 comments

Comments

@sbalci
Copy link

sbalci commented Sep 23, 2018

Hello, I would like to offer an improvement.
Is it possible to get life tables like SPSS or results from below code under this survival analysis.

library(survival)
km_fit <- survfit(Surv(time, status) ~ 1, data = data)
summary(km_fit, times = c(12,36,60))

1, 3, 5 year (12, 36, 60 months) survival are commonly used in medical studies.
survival percent at the end of given time is commonly used.

Best wishes

sbalci added a commit to sbalci/ClinicoPathJamoviModule that referenced this issue Jun 30, 2020
- See: https://github.com/sbalci/jjstatsplot/releases/

- See: https://github.com/sbalci/ClinicoPath/releases/

- crosstable function partially resolves jamovi/jamovi#443

- survival function resolves jonathon-love/deathwatch#2

- added export html to crosstables to bypass jamovi/jamovi#892
@sbalci sbalci closed this as completed Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant