Object Reference : Object View and Procedure Reference : Equation
  
 
lvageplot
Leverage plots.
Displays leverage plots to discover influential observations, or outliers.
Syntax
equation_name.lvageplot(options) variables @ name_suffix
where name_suffix is an optional naming suffix for storing the statistics into series in the workfile.
Options
 
raw
Do not use partial residuals.
nofit
Do not include a line of fit on the graphs
prompt
Force the dialog to appear from within a program.
Examples
eq1.lvageplot x1 x2 @ lplot_
will display two graphs, one for the leverage plot of X1 and one for the leverage plot of X2, and will create two new series in the workfile, LPLOT_X1 and LPLOT_X2.
Cross-references
See also “Leverage Plots”.