B_10_rfs | R Documentation |
Plots fitted values and residuals (via qqmath) on a common scale for any object that has methods for fitted values and residuals.
rfs(model, layout=c(2, 1), xlab="f-value", ylab=NULL,
distribution = qunif,
panel, prepanel, strip, ...)
model |
a fitted model object with methods |
layout |
default layout is c(2,1) |
xlab |
defaults to |
distribution |
the distribution function to be used for |
ylab , panel , prepanel , strip |
See |
... |
other arguments, passed on to |
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.
Deepayan Sarkar Deepayan.Sarkar@R-project.org
oneway
, qqmath
,
xyplot
, Lattice
rfs(oneway(height ~ voice.part, data = singer, spread = 1), aspect = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.