Statistics Toolbox
  Go to function:
    Search    Help Desk 
rcoplot    Examples   See Also

Residual case order plot.

Syntax

Description

rcoplot(r,rint) displays an errorbar plot of the confidence intervals on the residuals from a regression. The residuals appear in the plot in case order. r and rint are outputs from the regress function.

Example

The figure shows a plot of the residuals with error bars showing 95% confidence intervals on the residuals. All the error bars pass through the zero line, indicating that there are no outliers in the data.

See Also

regress



[ Previous | Help Desk | Next ]