lattice (version 0.17-10)

rfs: Residual and Fit Spread Plots

Description

Plots fitted values and residuals (via qqmath) on a common scale for any object that has methods for fitted values and residuals.

Usage

rfs(model, layout=c(2, 1), xlab="f-value", ylab=NULL,
    distribution = qunif,
    panel, prepanel, strip, ...)

Arguments

Value

An object of class "trellis". The update method can be used to update components of the object and the print method (usually called by default) will plot it on an appropriate plotting device.

See Also

oneway, qqmath, xyplot, Lattice

Examples

Run this code
rfs(oneway(height ~ voice.part, data = singer, spread = 1), aspect = 1)

Run the code above in your browser using DataCamp Workspace