plot_residuals | R Documentation |
Plot residuals for train and test set
plot_residuals(train_predict, test_predict, prefix)
train_predict |
output from predict(model, newdata=train) |
test_predict |
output from predict(model, newdata=test) |
prefix |
named prefix of output directory |
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.