plot.loess: Plot LOESS curve.

Description Usage Arguments Details Value Author(s)

Description

Plots the loess curve of the fitted values against a focal x-variable. .

Usage

1
2
	## S3 method for class 'loess'
plot(x, ..., ci=TRUE, level=.95, linear=FALSE, addPoints=FALSE, col.alpha=.5)

Arguments

x

An object of class loess.

ci

Logical indicating whether point-wise confidence intervals should be included around the fitted curve.

level

The confidence level of the confidence intervals

linear

Logical indicating whether the OLS line should also be included.

addPoints

Logical indicating whether or not points should be added to the figure idtntifying the postion of individual observations.

col.alpha

Value for alpha channel of the RGB color palette.

...

Other arguments to be passed down to xyplot.

Details

Plots the fitted loess curve potentially with point-wise confidence bounds.

Value

A plot.

Author(s)

Dave Armstrong


davidaarmstrong/damisc_nodep documentation built on May 15, 2019, 6:25 p.m.