Description Usage Arguments Value
(Stat 5100) Calculate confidence intervals for the coefficients of a linear model. This function pulls info from the lm object and constructs a confidence interval of the form "coefficient est +- critical value * std error"
1 | coefficient_confidence_lm(lmobject, confidence = 0.95, simul = FALSE)
|
lmobject |
A linear model object from the lm() function |
confidence |
A level of confidence for the interval expressed as a proportion |
A coefficient matrix for the model that contains lower and upper confidence interval values for the coefficient estimate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.