← Back to all sparks
T

tidycmprsk

ANALYTICS
Velocity0.0

Competing Risks Estimation

Competing-risks modelling that now moves only when its neighbours do.

competing-riskssurvival-analysistidyversegtsummaryr-package
Current state
tidycmprsk wraps competing risks regression and cumulative incidence estimation in tidy-style output, so results slot into gtsummary tables and ggsurvfit plots. The last two releases are small: 1.1.2 sorts tidy.tidycuminc() output by stratum, 1.1.1 is an HTML5 documentation update for CRAN. The substantive work in the window is 1.1.0, which reorganised the gtsummary relationship.
Where it's heading
The package has spent its releases handing responsibilities to neighbouring packages rather than growing its own surface. Plotting was deprecated then made defunct in favour of ggsurvfit::ggcuminc(), and 1.1.0 moved the regression table methods so that gtsummary could drop tidycmprsk as a dependency. What remains is the estimation core plus the S3 methods that let other packages consume it, which is a deliberate narrowing.
Prediction
Expect releases to continue tracking changes in gtsummary and the broader tidy survival stack rather than adding estimation features.

Recent moves

  1. 4mo ago

    tidycmprsk 1.1.2

    Sorts tidy.tidycuminc() output by stratum when times are unspecified. A predictable-ordering fix consistent with the package's role as a feed into other packages' tables.

    View source ↗
  2. 9mo ago

    tidycmprsk 1.1.1

    An HTML5 documentation update to satisfy a CRAN requirement. No functional change.

    View source ↗
  3. 1y ago

    tidycmprsk 1.1.0

    Adds tbl_regression() and global p-value methods for tidycrr models so gtsummary can drop tidycmprsk as a dependency, at the cost of users needing to load the package explicitly. The clearest instance of responsibilities moving outward rather than in.

    View source ↗
  4. 2y ago

    tidycmprsk 1.0.0

    Makes the autoplot() method defunct in favour of ggsurvfit::ggcuminc(), fixes cuminc() for data with no observed censoring, and speeds up estimation. Plotting formally leaves the package here.

    View source ↗
  5. 3y ago

    tidycmprsk 0.2.0

    Deprecates autoplot() and fixes several strata edge cases, including unobserved factor levels that previously triggered singularity errors. The first step of the handover completed in 1.0.0.

    View source ↗
  6. 4y ago

    tidycmprsk 0.1.2

    Makes the strata column a factor, adds a vcov() method for crr() models, and fixes a documentation encoding error. Small consistency work on the tidy output contract.

    View source ↗