Description Usage Arguments Examples
This function returns a list of model parameters from models created with glmmADMB.
1 | get_glmmadmb(mod)
|
mod |
a model fitted with glmmADMB |
1 2 3 4 | require(glmmadmb)
model <- glmmadmb(extortions ~ 1, data = testdata, family = "poisson")
get_glmmadmb(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.