plot.cvRemix: Plot of cv.remix object
Description
Calibration plot for cvRemix object.
Usage
# S3 method for cvRemix
plot(x, criterion = BICc, trueValue = NULL, ...)
Arguments
- x
output of cv.remix.
- criterion
which criterion function to take into account. Default is the function 'BICc", but one can use 'BIC', 'AIC', 'eBIC' or any function depending on a `cvRemix` object.
- trueValue
-for simulation purposes- named vector of true value for parameters.
- ...
opptional additional arguments.