plot: Plot method for RealVAMS

plotR Documentation

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 class 'RealVAMS'
plot(x, ..., alpha)

Arguments

x

an object of class RealVAMS

...

other arguments

alpha

the significance level for the caterpillar plots

Value

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

Author(s)

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

See Also

summary.RealVAMS

Examples

data(example.score.data)
data(example.outcome.data)

res<-RealVAMS(example.score.data,example.outcome.data)
plot(res)


RealVAMS documentation built on Jan. 7, 2023, 9:09 a.m.