View source: R/compare_hurdle2other.R
This function compares the joint parameters of a hurdle model specified by two distinct models (e.g. a binary and a truncated count model) with the parameters of a non-hurdle count model. No checks are made to ensure that the models supplied are comparable. The function is designed for glmmADMB models only.
1 2 | compare_hurdle2other(mlogit, mcount, ..., modnames = c("Hurdle", "Negbin.",
"ZINB"))
|
mlogit |
a binary model |
mcount |
a truncated count model |
... |
a series of at least one comparable glmmadmb model |
modnames |
a vector of names for the models supplied. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.