You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, survival:::summary.survfit() has recently gained a data.frame argument (since therneau/survival@4a5c24e available in {survival} 3.7-0 release on 2024-06-05). tidy.survfit() may probably use that and be simplified once {survival} 3.7-0 is considered old enough.
Note that the standard errors return by survival::survfit() and survival:::summary.survfit() are different:
from survival::survfit():
for a survival curve this contains standard error of the cumulative hazard or -log(survival), for a multi-state curve it contains the standard error of prev.
FYI,
survival:::summary.survfit()
has recently gained adata.frame
argument (since therneau/survival@4a5c24e available in{survival}
3.7-0 release on 2024-06-05).tidy.survfit()
may probably use that and be simplified once{survival}
3.7-0 is considered old enough.Note that the standard errors return by
survival::survfit()
andsurvival:::summary.survfit()
are different:survival::survfit()
:survival:::summary.survfit()
:The text was updated successfully, but these errors were encountered: