simul_mean_prediction_limits: (Stat 5100) confidence interval for the mean response...

Description Usage Arguments

View source: R/utilities.R

Description

(Stat 5100) confidence interval for the mean response variable at a given X-level.

Usage

1
simul_mean_prediction_limits(lmobject, newdata, confidence = 0.95)

Arguments

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


ethanancell/stat5100package documentation built on April 18, 2021, 2:40 a.m.