coefficient_extractor.zinbboot {evinf}R Documentation

Bootstrap coefficient extractor

Description

Bootstrap coefficient extractor

Usage

## S3 method for class 'zinbboot'
coefficient_extractor(object, component = c("nb", "zi", "all"), ...)

Arguments

object

A fitted evinb model with bootstraps

component

Which component should be extracted

...

Not in use

Value

A tibble with coefficient values, one row per bootstrap and component

Examples

data(genevzinb2)
model <- evzinb(y~x1+x2+x3,data=genevzinb2, n_bootstraps=10)
zinb_comp <- compare_models(model)
coefficient_extractor(zinb_comp$zinb)


[Package evinf version 0.8.10 Index]