View source: R/CrossValidate.R
| CrossValidate | R Documentation |
GaSPModel object.Compute leave-one-out cross-validated predictions for a GaSPModel object.
CrossValidate(GaSP_model)
GaSP_model |
Object of class |
A data frame with two columns: the cross-validated predictions
Pred and their standard errors SE.
RMSE computes the root mean squared error
of the predictions.
PlotPredictions and PlotResiduals
plot the predictions or their residuals;
PlotStdResiduals and PlotQQ
plot the stanadardized residuals.
borehole_cv <- CrossValidate(borehole_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.