Learn R Programming

RealVAMS (version 0.4-6)

plot: Plot method for RealVAMS

Description

Plot teacher effects and residuals. The caterpillar plots use a modified version of the plotCI function from R package gplots. According to that package, "Original version [of plotCI] by Bill Venables wvenable@attunga.stats.adelaide.edu.au posted to r-help on Sep. 20, 1997. Enhanced version posted to r-help by Ben Bolker ben@zoo.ufl.edu on Apr. 16, 2001. This version was modified and extended by Gregory R. Warnes greg@warnes.net. Additional changes suggested by Martin Maechler maechler@stat.math.ethz.ch integrated on July 29, 2004."

Usage

# S3 method for RealVAMS
plot(x, ..., alpha)

Value

Requires user to click window or press "enter" to progress through plots. Returns caterpillar plots (via the package gplots) and residual plots.

Arguments

x

an object of class RealVAMS

...

other arguments

alpha

the significance level for the caterpillar plots

Author

Andrew Karl akarl@asu.edu, Jennifer Broatch, Jennifer Green, Other authors as listed above for the caterpillar plots.

See Also

summary.RealVAMS

Examples

Run this code
data(example.score.data)
data(example.outcome.data)
# \donttest{
res<-RealVAMS(example.score.data,example.outcome.data)
plot(res)
# }

Run the code above in your browser using DataLab