pars | R Documentation |
Get parameters from model object, copying glmmTMB 'fast' implementation
pars(object)
object |
The fitted phenomix model |
data(fishdist)
# example of fitting fixed effects, no trends, no random effects
set.seed(1)
datalist <- create_data(fishdist[which(fishdist$year > 1970), ],
asymmetric_model = FALSE,
est_mu_re = FALSE, est_sigma_re = FALSE
)
fit <- fit(datalist)
p <- pars(fit)
names(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.