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

quartiles as well as median? #1

Open
coledavis opened this issue Mar 6, 2018 · 0 comments
Open

quartiles as well as median? #1

coledavis opened this issue Mar 6, 2018 · 0 comments

Comments

@coledavis
Copy link

I don't know how doable this is, but could the median reading be joined by third and first quartiles. That would mean that apart from being able to say that half of the cohort experienced an event at such a time (median), a quarter of them experienced it at an earlier time (third quartile) and three-quarters had experienced it by a later time (first quartile). I guess it should work:
'variable' called:
Call: survfit(formula = Surv(time, event) ~ 1, data = file)
n events median 0.95LCL 0.95UCL

I think the confidence limits are the same as the quartiles in this case.

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