diff --git a/NEWS.md b/NEWS.md index 9b4215e..05d01bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,6 +18,9 @@ * Vignette now firmly warns against using flexsurv with time-dependent covariates (#176). +* New argument `spline="splines2ns"` can now be specified to use an + orthogonal spline basis in `flexsurvspline()`. + * Weighted likelihood for relative survival models now implemented consistently with other models, as a weighted sum of individual log-likelihoods. @@ -58,7 +61,7 @@ Thank you to all who have contributed code for this version: @mikesweeting @step # Version 2.2.1 (2022-12-22) * New `simulate.flexsurvreg` method to simulate data from a fitted - flexsurvreg or flexsurvspline model. Thanks to Mark Clements for + `flexsurvreg()` or `flexsurvspline()` model. Thanks to Mark Clements for help with this. * Fix of bug for `summary()` method with type = `"quantile"` or `"median"` @@ -75,7 +78,7 @@ Thank you to all who have contributed code for this version: @mikesweeting @step See the new vignette about it. * New function `hr_flexsurvreg` to compute the hazard ratio from a - fitted flexsurvreg or flexsurvspline model as a function of time, + fitted `flexsurvreg()` or `flexsurvspline()` model as a function of time, with confidence intervals. * `summary.flexsurvreg` has been rewritten to make it cleaner and diff --git a/docs/news/index.html b/docs/news/index.html index 9c609d0..6990fc0 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -61,6 +61,7 @@
Analytic Hessian calculation for models where this is possible, that is, Weibull, Gompertz, exponential, and spline models in hazard and odds scales.
Analytic gradient calculation for Weibull proportional hazards models.
Vignette now firmly warns against using flexsurv with time-dependent covariates (#176).
New argument spline="splines2ns"
can now be specified to use an orthogonal spline basis in flexsurvspline()
.
Weighted likelihood for relative survival models now implemented consistently with other models, as a weighted sum of individual log-likelihoods.
standsurv
now returns results in the same order of times t
as given by the user, for consistency with summary.flexsurvreg
.
Quantiles of standardised survival now available in standsurv
.
CRAN release: 2022-12-22
-New simulate.flexsurvreg
method to simulate data from a fitted flexsurvreg or flexsurvspline model. Thanks to Mark Clements for help with this.
New simulate.flexsurvreg
method to simulate data from a fitted flexsurvreg()
or flexsurvspline()
model. Thanks to Mark Clements for help with this.
Fix of bug for summary()
method with type = "quantile"
or "median"
and left-truncation in the prediction (start
> 0).
Correction to the examples and interpretation of Cox-Snell residuals.
CRAN release: 2022-06-17
New function standsurv
for survival and hazards standardised over an observed distribution for covariates. Contributed by Michael Sweeting mikesweeting79@gmail.com. See the new vignette about it.
New function hr_flexsurvreg
to compute the hazard ratio from a fitted flexsurvreg or flexsurvspline model as a function of time, with confidence intervals.
New function hr_flexsurvreg
to compute the hazard ratio from a fitted flexsurvreg()
or flexsurvspline()
model as a function of time, with confidence intervals.
summary.flexsurvreg
has been rewritten to make it cleaner and faster. User-visible changes:
Custom summary functions in summary.flexsurvreg
must now be vectorised.