make_fixed_formula | R Documentation |
Takes a list of covariates. Each element of the list are the covariates for a pairwise model
make_fixed_formula(covars = NULL)
covars |
a list of character vectors with the covariates names |
a list with the fixed formulas for the pairwise model fitting stage.
## Not run: fixed <- make_fixed_formula(covars = c("time", "sex", "time_failure")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.