coefficient_extractor.evinb {evinf}R Documentation

Bootstrap coefficient extractor

Description

Bootstrap coefficient extractor

Usage

## S3 method for class 'evinb'
coefficient_extractor(
  object,
  component = c("nb", "evinf", "pareto", "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 <- evinb(y~x1+x2+x3,data=genevzinb2, n_bootstraps = 10, multicore = TRUE, ncores = 2)
coefficient_extractor(model, component = 'all')


[Package evinf version 0.8.10 Index]