View source: R/combineHurdleMI.R
This sltools function allows you to combine multiple imputation hurdle model results from the pscl package, extract results for the texreg package, and also output summary tables.
1 | combineHurdleMI(fitted.obj = NULL)
|
fitted.obj |
a list of hurdle fitted model outputs from the pscl package. For example, llply(data.mi$imputations, function(x) return(hurdle(y ~ x, dist = "negbin", zero.dist = "binomial", link = "logit", data = x) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.