Skip to content

Commit

Permalink
Forgot to add splines2ns feature to NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Jun 16, 2024
1 parent e186cde commit ad0eb4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"`
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad0eb4a

Please sign in to comment.