Description Usage Arguments Details Value Author(s) References See Also
Create diagnostic plots from a data set.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
data |
a data.frame, typically created by |
dvname |
name of the dependent variable to use as a label for the diagnostic plots |
group |
optionally, a column name in |
model |
If supplied, this text argument will be prepended to the figure titles. |
include.all |
When |
variant |
residual variant; see details |
cont.cov |
as defined for |
cat.cov |
as defined for |
par.list |
as defined for |
eta.list |
as defined for |
... |
ignored arguments |
PLOTR
passes the result of dataSynthesis
to these functions and prints the
resulting lists (of trellis objects) on the open device.
variant
is a vector including one or more of the following:
RES, NRES, WRES, NWRES, CRES, CWRES, RESI, WRESI, CRESI,
CWRESI, CIRES, CIWRES, CIWRESI, ERES, EWRES, ECWRES,
EIWRES, IWRESI, NIWRES, IWRS, IRESI, IWRESI, NIRES, NIWRES,
IRS, IWRS, EIRES, EIWRES.
cwresPlots
originally handled just CWRES, but now handles any supplied variant in
names(data)
.
a list of trellis objects
Tim Bergsma
http://metrumrg.googlecode.com
PLOTR
dataSynthesis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.