We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
# ClinicoPath 0.0.2.0016
3f00938
- 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
No branches or pull requests
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.
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
The text was updated successfully, but these errors were encountered: