coefficient_extractor.nbboot {evinf}R Documentation

Bootstrap coefficient extractor

Description

Bootstrap coefficient extractor

Usage

## S3 method for class 'nbboot'
coefficient_extractor(object, ...)

Arguments

object

A fitted nbboot model with bootstraps

...

Not in use

Value

A tibble with coefficient value, one row per bootstrap

Examples

data(genevzinb2)
model <- evzinb(y~x1+x2+x3,data=genevzinb2, n_bootstraps = 10, multicore = TRUE, ncores = 2)
zinb_comp <- compare_models(model)
coefficient_extractor(zinb_comp$nb)


[Package evinf version 0.8.8 Index]