plot.sensitivity {accuracy}R Documentation

Generic methods for perturbations.

Description

Perturbations objects can be printed, summarized, and plotted .

Usage

## S3 method for class 'sensitivity':
plot(x, ask=dev.interactive(), ...)
## S3 method for class 'sensitivity':
anova(object, ...)
## S3 method for class 'sensitivity':
print(x, quiet=TRUE, ...)
## S3 method for class 'sensitivity':
summary(object, ...)

Arguments

x perturb object to plotted or printed
object perturb object to be summarized, or presented as an anova
... additional parameters passed to xxx.default functions
ask whether to pause and ask between plots
quiet whether to print low-level details of perturb object

Value

see the related generic functions

Note

A perturb object can be summarized, printed, plotted, or summarized via anova if applicable. The idiom plot(anova(perturb(...))) will plot the anova summaries, as well. And the plot(summary(perturb(...))) will plot the sensitivity of the coefficients. See perturb for an example.

Author(s)

Micah Altman Micah_Altman@harvard.edu http://www.hmdc.harvard.edu/micah_altman/

See Also

perturb

Examples

# see perturb()

[Package accuracy version 1.31 Index]