plot_residuals: Plot residuals for train and test set

View source: R/functions.R

plot_residualsR Documentation

Plot residuals for train and test set

Description

Plot residuals for train and test set

Usage

plot_residuals(train_predict, test_predict, prefix)

Arguments

train_predict

output from predict(model, newdata=train)

test_predict

output from predict(model, newdata=test)

prefix

named prefix of output directory

Value

TRUE


ScottHMcKean/duvernay_geomech_model documentation built on Sept. 12, 2022, 10:08 a.m.