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.
summary_boot(object, B = 100, parallel = FALSE, cores = NULL)A bivRegr fit.
A number indicating the bootstrap iterations.
A logical indicating if bootstrap parallelization must be applied.
If parallel = TRUE, a number indicating computer cores to be used during paralellization. If NULL the function use all cores available but one.
This function returns the bootstrap replicates of the bivRegr sub models. Results might be checked applying plot.summary_boot().