diagnosticPlots: Create Diagnostic Plots

Description Usage Arguments Details Value Author(s) References See Also

Description

Create diagnostic plots from a data set.

Usage

 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
diagnosticPlots(
	data, 
	dvname='DV', 
	group=NULL, 
	model=NULL, 
	include.all=FALSE,
	variant=NULL,
	...
)

covariatePlots(
	data,
	cont.cov=NULL, 
	cat.cov=NULL,
	par.list=NULL, 
	eta.list=NULL, 
	...
)

cwresPlots(
	data,
	cont.cov=NULL, 
	cat.cov=NULL,
	variant=NULL,
	...
)

Arguments

data

a data.frame, typically created by dataSynthesis

dvname

name of the dependent variable to use as a label for the diagnostic plots

group

optionally, a column name in data used to condition the output of diagnosticPlots

model

If supplied, this text argument will be prepended to the figure titles.

include.all

When group is specified, should plots be generated as well, for all data collectively?

variant

residual variant; see details

cont.cov

as defined for PLOTR

cat.cov

as defined for PLOTR

par.list

as defined for PLOTR

eta.list

as defined for PLOTR

...

ignored arguments

Details

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).

Value

a list of trellis objects

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also


anniejw6/metrumrg documentation built on May 10, 2019, 11:50 a.m.