summary_boot {refreg} | R Documentation |
bivRegr summary function
Description
This function perform a bootstrap procedure in order to obtain confidence intervals for the bivRegr estimated effects. The function allow to paralelize the bootstrap resampling scheme using doParalell, and foreach libraries.
Usage
summary_boot(object, B = 100, parallel = FALSE, cores = NULL)
Arguments
object |
A bivRegr fit. |
B |
A number indicating the bootstrap iterations. |
parallel |
A logical indicating if bootstrap parallelization must be applied. |
cores |
If parallel = TRUE, a number indicating computer cores to be used during paralellization. If NULL the function use all cores available but one. |
Value
This function returns the bootstrap replicates of the bivRegr sub models. Results might be checked applying plot.summary_boot().
[Package refreg version 0.1.1 Index]