View source: R/glance_evzinb.R
glance.evzinb | R Documentation |
EVZINB and EVINB glance functions
## S3 method for class 'evzinb'
glance(x, ...)
x |
An EVZINB or EVINB object |
... |
Further arguments to be passed to glance() |
An EVZINB glance function
glance
data(genevzinb2)
model <- evzinb(y~x1+x2+x3,data=genevzinb2, n_bootstraps = 10)
glance(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.