View source: R/summary_cmfitlist.R
summary.cmfitlist | R Documentation |
Summary method for cmfitlist objects
## S3 method for class 'cmfitlist'
summary(object, ..., coefs = TRUE)
object |
a |
... |
(currently not implemented) |
coefs |
whether or not to return model coefficients along with statistic test table. |
a data frame describing the AIC, log-likelihood, number of parameters and parameter estimates for each model
T.morts1 <- simulate_cycloSurv(1000, period = 1,
meanhazard = 0.3,
peaks = c(0.25, 0.75),
durations = c(0.2, 0.1),
weights = c(0.3, 0.7),
plotme = FALSE)
model_selection = select_seasons(T.morts1, max.season = 4)
summary(model_selection$fits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.