plot.neagging {GCEstim}R Documentation

Plot Diagnostics for a neagging Object

Description

Two plots (selectable by which) are currently available to evaluate a neagging object: plots of the estimates and in sample error against the number of bootstrap samples aggregated.

Usage

## S3 method for class 'neagging'
plot(x, which = 1, ...)

Arguments

x

Fitted neagging model object.

which

Numbers 1 or 2.

...

additional arguments.

Value

A ggplot object.

Author(s)

Jorge Cabral, jorgecabral@ua.pt

See Also

lmgce, tsbootgce and neagging

Examples


res_gce_package <-
  lmgce(y ~ .,
        data = dataGCE,
        boot.B = 50,
        seed = 230676)

res_neagging <- neagging(res_gce_package)

plot(res_neagging)



[Package GCEstim version 0.1.0 Index]