Regression - Diagnostic - StandardRPlot - Scale-Location

From Q
Jump to navigation Jump to search

Create a plot of the square root of the absolute standardized residuals by fitted values

Code

▶ 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

Help improve this page

Leave feedback about this page. If you have a specific question, email Q support directly.

Did you find what you were looking for?

Yes
No