coefficient_extractor {evinf} | R Documentation |
Bootstrap coefficient extractor
Description
Bootstrap coefficient extractor
Usage
coefficient_extractor(object, ...)
Arguments
object |
a fitted model with bootstraps of class evzinb, evinb, nbboot, or zinbboot |
... |
Component to be extracted (not for nbboot). Alternatives are 'nb','zi','evinf','pareto', and 'all' |
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, multicore = TRUE, ncores = 2)
coefficient_extractor(model, component = 'all')
[Package evinf version 0.8.10 Index]