PlotStdResiduals {GaSP} | R Documentation |
Plot standardized residuals versus predictions.
Description
Plot standardized residuals versus predictions made by Predict
or CrossValidate
.
Usage
PlotStdResiduals(
y_pred,
y,
y_name = "y",
y_units = "",
title = c("Predict", "CrossValidate"),
pch = 1
)
Arguments
y_pred |
A data frame of predicted output values
made by |
y |
A vector of length equal to the number of rows in |
y_name |
An optional character string containing the output variable name (for labels). |
y_units |
An optional character string constaining the units of the output variable (for labels). |
title |
A character string for the name of the function generating
the predictions (for an appropriate title):
"Predict" from |
pch |
Plotting symbol for |
Value
No return value, generates plots.
Examples
PlotStdResiduals(borehole_cv, y, title = "CrossValidate")
[Package GaSP version 1.0.6 Index]