coefficient_extractor.evinb: Bootstrap coefficient extractor

View source: R/coef_extractor.R

coefficient_extractor.evinbR 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')


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