Plots the loess curve of the fitted values against a focal x-variable. .
# S3 method for loess
plot(
x,
...,
ci = TRUE,
level = 0.95,
linear = FALSE,
addPoints = FALSE,
col.alpha = 0.5
)
An object of class loess
.
Other arguments to be passed down to xyplot
.
Logical indicating whether point-wise confidence intervals should be included around the fitted curve.
The confidence level of the confidence intervals
Logical indicating whether the OLS line should also be included.
Logical indicating whether or not points should be added to the figure idtntifying the postion of individual observations.
Value for alpha channel of the RGB color palette.
A plot.
Plots the fitted loess curve potentially with point-wise confidence bounds.