Object Reference : Object View and Procedure Reference : Pool
  
 
resids
Display residuals.
Display the actual, fitted values and residuals in either tabular or graphical form. resids displays multiple graphs, where each graph will contain the residuals for each cross-section in the pool.
Syntax
pool_name.resids(options)
Options
 
g (default)
Display graph(s) of residuals.
p
Print the table/graph.
Examples
pool1.ls m1? c inc? tb3?
pool1.resids
regresses M1 on a constant, INC, and TB3, and displays a table of actual, fitted, and residual series.
pool1.resids(g)
displays a graph of the actual, fitted, and residual series.
Cross-references
See also Pool::makeresids.
Cross-references
See “Estimating a Pool Equation” for a discussion of pool equations.