s2_CI: Confidence Intervals and Estimates of Error Variance

Description Usage Arguments Value

View source: R/s2_CI.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.

Usage

1
s2_CI(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.