PlotQQ {GaSP} | R Documentation |
Normal quantile-quantile (Q-Q) plot.
Description
Normal quantile-quantile (Q-Q) plot of the standardized residuals
of predictions from Predict
or CrossValidate
.
Usage
PlotQQ(y_pred, y, y_name = "y")
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). |
Value
No return value, generates plots.
Examples
PlotQQ(borehole_cv, y)
[Package GaSP version 1.0.6 Index]