plot.sensitivity {accuracy} | R Documentation |
Perturbations objects can be printed, summarized, and plotted .
## 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, ...)
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 |
see the related generic functions
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.
Micah Altman Micah_Altman@harvard.edu http://www.hmdc.harvard.edu/micah_altman/
# see perturb()