powered by
neagging
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.
which
# S3 method for neagging plot(x, which = 1, ...)
A ggplot object.
ggplot
Fitted neagging model object.
Numbers 1 or 2.
additional arguments.
Jorge Cabral, jorgecabral@ua.pt
lmgce, tsbootgce and neagging
lmgce
tsbootgce
# \donttest{ res_gce_package <- lmgce(y ~ ., data = dataGCE, boot.B = 50, seed = 230676) res_neagging <- neagging(res_gce_package) plot(res_neagging) # }
Run the code above in your browser using DataLab