glance.nbboot: zinbboot and nboot glance functions

View source: R/glance_boots.R

glance.nbbootR Documentation

zinbboot and nboot glance functions

Description

zinbboot and nboot glance functions

Usage

## S3 method for class 'nbboot'
glance(x, ...)

Arguments

x

An nbboot or zinbboot object

...

Further arguments to be passed to glance()

Value

An nbboot glance function

See Also

glance

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$nb)


evinf documentation built on May 29, 2024, 5:22 a.m.