Object Reference : Object View and Procedure Reference : Equation
  
 
cinterval
Confidence interval.
The confidence interval view displays a table of confidence intervals for each of the coefficients in the equation.
Syntax
eq_name.cinterval(options) arg
where arg is a list of confidence levels, or the name of a scalar or vector in the workfile containing confidence levels.
Options
 
prompt
Force the dialog to appear from within a program.
nopair
Display the intervals concentrically. The default is to display them in pairs for each probability value
Examples
The set of commands:
equation eq1.ls lwage c edu edu^2 union
eq1.cinterval .95 .9 .75
displays the 95% confidence intervals followed by the 90% confidence levels, followed by the 75% confidence levels.
eq1.cinterval(nopair) .95 .9 .75
displays the 75% confidence interals nested inside the 90% intervals which in turn are nested inside the 95% intervals.
Cross-references
See also “Confidence Intervals and Confidence Ellipses”.