glance.zinbboot {evinf} | R Documentation |
zinbboot and nboot glance functions
Description
zinbboot and nboot glance functions
Usage
## S3 method for class 'zinbboot'
glance(x, ...)
Arguments
x |
An nbboot or zinbboot object |
... |
Further arguments to be passed to glance() |
Value
An nbboot glance function
See Also
Examples
data(genevzinb2)
model <- evzinb(y~x1+x2+x3,data=genevzinb2, n_bootstraps = 10, multicore = TRUE, ncores = 2)
zinb_comp <- compare_models(model)
glance(zinb_comp$zinb)
[Package evinf version 0.8.10 Index]