extract_params {heemod} | R Documentation |
Extracts the covariate-adjusted parameters from a
flexsurv::flexsurvreg()
object.
extract_params(obj, data = NULL)
obj |
A |
data |
An optional dataset of covariate values to generate parameters for. Defaults to the original data to which the model was fit. |
A tidy data frame of curve parameters for each covariate level.