plot.bootCal {investr} | R Documentation |
Plots method for bootstrap calibration
Description
The plot
method for "bootCal"
objects. In
particular, this method takes a "bootCal"
object and produces plots
for the bootstrap replicates of the inverse estimate.
Usage
## S3 method for class 'bootCal'
plot(x, ...)
Arguments
x |
An object that inherits from class |
... |
Additional optional arguments. At present, no optional arguments are used. |
Value
x
is returned invisibly.
[Package investr version 1.4.2 Index]