Object Reference : Object View and Procedure Reference : Equation
  
 
outliers
Display the outliers summary view for an equation estimated via least squares with automatic outlier indicator saturation.
Syntax
equation_name.outliers
Examples
equation eq1.ls(indicator) y c x
show eq1.outliers
Estimates a least squares regression with Y as the dependent variable, and X as a regressor, with an intercept, and with automatic detection of outliers via indicator saturation, and then displays the summary of the outlier detection routine.