s2_CI_par: Confidence Intervals and Estimates of Sigma-Squared -...

Description Usage Arguments Value

View source: R/s2_CI_par.R

Description

This function takes in a list of linear regression error variance (sigma-squared) estimates generated by a Bag of Little Bootstraps procedure. Then, empirical confidence intervals and point estimates of sigma-squared are determined for each subsample. Afterwards, the endpoints of all confidence intervals are averaged to form an overall confidence interval, and point estimates are averaged to form an overall estimate. The difference between this function and s2_CI is that this function uses parallel processing through furrr's future_map function.

Usage

1
s2_CI_par(lrbs, alpha = 0.05)

Arguments

lrbs

A linear_reg_bs or linear_reg_bs_par object containing BLB sigma-squared estimates.

alpha

The significance level. Default value is 0.05.

Value

The overall confidence interval for sigma-squared, along with its overall estimate.


nvarshney20/STA141CFinal documentation built on March 20, 2020, 12:48 a.m.