Releases: MSKCC-Epi-Bio/tidycmprsk
tidycmprsk 1.1.1
tidycmprsk 1.1.0
- Updating package to account for changes in {gtsummary} v2.0. To use
gtsummary::tbl_regression()withtidycmprsk::crr()models, the {tidycmprsk} package must be loaded (to access the S3 methods below). In the next release of gtsummary, tidycmprsk will no longer be a dependency.- Added {broom.helpers}, {cardx}, and {aod} to Suggests field.
- Added
tbl_regression.tidycrr()method. - Added
global_pvalue_fun.tidycrr()method, which changes the default calculation ingtsummary::add_global_p(anova_fun)to use the Wald test.
tidycmprsk 1.0.0
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)
tidycmprsk 0.1.2
tidycmprsk 0.1.1
-
Adding the
tbl_cuminc()function (similar togtsummary::tbl_survfit()). Also added related methods,add_n.tbl_cuminc(),add_nevent.tbl_cuminc(),add_p.tbl_cuminc(), andinline_text.tbl_cuminc() -
Updated the definition of
n.eventandn.censorintidy.tidycuminc()to matchsummary.survfit()when users specifytidy.tidycuminc(times=). We now report the cumulative number of events/censors in the interval prior to the specified times. (#49) -
Added
crr(conf.level=)andcuminc(conf.level=)arguments. The tidy data frame returned with each of these objects now has confidence limits that matchconf.level=. (#45) -
The
tidy.ticycrr()andtidy.ticycuminc()conf.level=defaults have been updated tox$conf.levelpassed in the original model call. -
Now returning the the number at risk, number of events, and the number of censored observations in
tidy.tidycuminc(). -
Updated the default value to
tidy.tidycuminc(conf.int = TRUE)fromFALSE -
Update the
crr()andcuminc()print methods for more clarity. -
Update documentations for
cuminc()method with an explicit formula for the confidence interval. -
Returning the cumulative number of events and the cumulative number of censored observations in
tidy.tidycuminc(). -
The
autoplot()figure will now display the first outcome only as default. Previously, all outcomes were shown by default.
tidycmprsk 0.1.0
- Initial Release.