plot.cv.lmgce {GCEstim}R Documentation

Plot Diagnostics for a cv.lmgce Object

Description

One plot (selectable by which) is currently available to evaluate a cv.lmgce object. The plot depicts the error change with the combination of different arguments of cv.lmgce.

Usage

## S3 method for class 'cv.lmgce'
plot(x, which = 1, ncol = 1, scales = "free", ...)

Arguments

x

Fitted cv.lmgce model object.

which

A subset of the numbers 1:1.

ncol

Number of columns of the plot (see facet_wrap).

scales

One of c("free", "fixed") (see facet_wrap).

...

additional arguments.

Value

A ggplot object.

Author(s)

Jorge Cabral, jorgecabral@ua.pt

See Also

cv.lmgce

Examples


res.cv.lmgce <-
  cv.lmgce(y ~ .,
           data = dataGCE)

plot(res.cv.lmgce)



[Package GCEstim version 0.1.0 Index]