Regression - Diagnostic - Plot - Goodness of Fit

From Q
Jump to navigation Jump to search


Produce a scatterplot of target outcomes (x-axis) versus fitted values (y-axis) for each observation fitted in the regression model.

Code

includeWeb("QScript R Output Functions");

const menu_location = "Regression > Diagnostic > Plot > Goodness of Fit";
createDiagnosticROutputFromSelection(menu_location);