Description Usage Arguments Value
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.
1 | s2_CI(lrbs, alpha = 0.05)
|
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. |
The overall confidence interval for sigma-squared, along with its overall estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.