plot.cvRemix {REMixed}R Documentation

Plot of cv.remix object

Description

Calibration plot for cvRemix object.

Usage

## S3 method for class '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.

Value

A plot.

See Also

cv.remix


[Package REMixed version 0.1.0 Index]