-
We now allow for negative follow-up times in
tidy_survfit()
(and subsequentlyggsurvfit()
). When negative follow-up times are present users should specifysurvfit(start.time)
and we print a note to this effect when not set. (#192) -
The
tidy_survfit()
(and subsequentlyggsurvfit()
) now honor thesurvfit(start.time)
if specified. (#192) -
Updated legend position syntax to account for changes in {ggplot2} v3.5.0.
-
As of {survival} v3.6-4, the number censored are now returned as a matrix for multi-state models (i.e. competing risks models). The
tidy_survfit()
function has been updated to account for this new structure and the minimum version of {survival} has been increased to the latest version. (#199) -
For non-competing risks multi-state models created with
survfit()
, the y-axis label is now "Probability in State". (#205) -
Added the "
cloglog
" transformation option toggsurvfit(type)
andtidy_survfit(type)
. (#194)