plot.sensitivity {accuracy}
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
Values
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.
See Also
perturb
Examples
# see perturb()Documentation reproduced from package accuracy, version 1.35. License: AGPL-3 + file LICENSE
