Description Usage Arguments Value
View source: R/modify_jagsMANEC.R
Modifies an existing jagsMANECfit, for example, but adding or removing fitted models.
1 2 3 4 5 6 | modify_jagsMANEC(
jagsMANECfit,
model.set = NA,
drop.models = NA,
add.models = NA
)
|
jagsMANECfit |
a jagsMANECfit output list, as returned by fit.jagsMANEC |
model.set |
a character vector containing the of names of model types to be included in the modified fit. |
drop.models |
a character vector containing the names of model types to drop in the modified fit. |
add.models |
a character vector containing the names of model types to add to the modified fit. |
All successfully fitted jagsMANECfit model fit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.