get_pars | R Documentation |
Get TMB parameter list
get_pars(object)
object |
Fit from |
A named list of parameter values
fit <- sdmTMB(present ~ 1, data = pcod_2011, family = binomial(), spatial = "off")
pars <- get_pars(fit)
names(pars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.