Learn R Programming

REMixed (version 1.1.2)

plot.cvRemix: Plot of cv.remix object

Description

Calibration plot for cvRemix object.

Usage

# S3 method for cvRemix
plot(x, criterion = BICc, trueValue = NULL, ...)

Value

A plot.

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.

See Also

cv.remix