(Stat 5100) confidence interval for the mean response variable at a given X-level.
1 | simul_mean_prediction_limits(lmobject, newdata, confidence = 0.95)
|
lmobject |
The linear model object from the lm() function |
newdata |
A dataframe with columns named the same thing as the predictor variables used to create the model. |
confidence |
A number between 0 and 1 that indicates the confidence level |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.