glance.evzinb: EVZINB and EVINB glance functions

View source: R/glance_evzinb.R

glance.evzinbR Documentation

EVZINB and EVINB glance functions

Description

EVZINB and EVINB glance functions

Usage

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

Arguments

x

An EVZINB or EVINB object

...

Further arguments to be passed to glance()

Value

An EVZINB glance function

See Also

glance

Examples

data(genevzinb2)
model <- evzinb(y~x1+x2+x3,data=genevzinb2, n_bootstraps = 10)
glance(model)


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