confint_betas | R Documentation |
Compute Confidence Intervals for Estimated Coefficients
confint_betas( betas, MSE, n, p = NROW(covariance), covariance, alpha = 0.05, simultaneous = FALSE )
betas |
Vector of estimated beta coefficients. beta+0 is valid. |
MSE |
Estimated mean squared error for the model |
n |
Number of rows of the design matrix |
p |
Number of parameters in the model, counting beta_0. |
covariance |
Covariance matrix of the estimated coefficients |
alpha |
Alpha level for the test |
simultaneous |
Logical. Apply Bonferroni correction for simultaneous intervals? Default |
This function computes confidence intervals for the estimated beta coefficients of a linear model, optionally simultaneously.
A q \times 3 matrix of the estimated coefficients, with lower and upper bounds for the interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.