Regression - Diagnostic - StandardRPlot - Scale-Location
Jump to navigation
Jump to search
Help improve this page
Leave feedback about this page. If you have a specific question, email Q support directly.
Create a plot of the square root of the absolute standardized residuals by fitted values
▶ Show Code
var heading_text = "Scale-Location"
if (!!form.setObjectInspectorTitle)
form.setObjectInspectorTitle(heading_text);
else
form.setHeading(heading_text);
form.dropBox({name: "formInput", label: "Regression:", types: ["RItem:Regression"],
prompt: "Select a Regression output to show diagnostics for" });
▶ Show Code
scale.location <- plot(formInput, which = 3)
ret <- ""
class(ret) <- "visualization-selector"
ret
Q would like to hear what you think of this page. Share your feedback with the editors — and help improve this page.