tidycmprsk 0.2.0
-
The
autoplot.tidycuminc()method has been deprecated in favor ofggsurvfit::ggcuminc(). (#81) -
Fix in
cuminc()when one or more strata levels has no observations with one of the outcomes observed. -
Updated
cuminc()andcrr()to drop un-observed factor levels before processing the data. Previously, un-observed levels led to a singularity error. (#76) -
Bug fix in
tidy.tidycuminc()when times specified are after the maximum follow-up time. (#77) -
Re-wrote an
ifelse()statement to avoid a warning when tied times are present incuminc(). (#74)