glance.zinbboot {evinf} | R Documentation |
zinbboot and nboot glance functions
## S3 method for class 'zinbboot'
glance(x, ...)
x |
An nbboot or zinbboot object |
... |
Further arguments to be passed to glance() |
An nbboot glance function
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)