Skip to content

Commit 01e8616

Browse files
committed
remove engine specifics from documentation
1 parent 22510a2 commit 01e8616

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

R/survival_reg.R

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,7 @@
2727
#' [survival::Surv()] objects), the [fit()] function will require that the
2828
#' survival model be specified via the formula interface.
2929
#'
30-
#' Also, for the `flexsurv::flexsurvfit` engine, the typical
31-
#' `strata` function cannot be used. To achieve the same effect,
32-
#' the extra parameter roles can be used (as described above).
33-
#'
34-
#' The model can be created using the `fit()` function using the
35-
#' following _engines_:
36-
#' \itemize{
37-
#' \item \pkg{R}: `"flexsurv"`, `"survival"` (the default)
38-
#' }
39-
#'
4030
#' @seealso [fit()], [survival::Surv()]
41-
#' @references Jackson, C. (2016). `flexsurv`: A Platform for Parametric Survival
42-
#' Modeling in R. _Journal of Statistical Software_, 70(8), 1 - 33.
4331
#' @examples
4432
#' survival_reg()
4533
#' # Parameters can be represented by a placeholder:

0 commit comments

Comments
 (0)