coefficient_extractor.nbboot: Bootstrap coefficient extractor

View source: R/coef_extractor.R

coefficient_extractor.nbbootR 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)


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