PlotQQ: Normal quantile-quantile (Q-Q) plot.

View source: R/plot.R

PlotQQR 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 Predict or CrossValidate.

y

A vector of length equal to the number of rows in y_pred containing the true output values.

y_name

An optional character string containing the output variable name (for labels).

Value

No return value, generates plots.

Examples


PlotQQ(borehole_cv, y)

GaSP documentation built on May 31, 2023, 7:54 p.m.