model.frame.flexsurvmix: Model frame from a flexsurvmix object
Description
Returns a list of data frames, with each component containing the
data that were used for the model fit for that mixture component.
Usage
# S3 method for flexsurvmix
model.frame(formula, ...)
Value
A list of data frames
Arguments
- formula
Fitted model object from flexsurvmix
.
- ...
Further arguments (currently unused).