Name

pltuniv — plots univariate results

CALLING SEQUENCE

pltuniv(res,options)

PARAMETERS

Input

• res = the results typed list of function dfbeta

• options = 'res', 'fitted', or 'all' according to the results that the user wants to graph (default: all)

Output

• nothing (printed on a graphic window)

DESCRIPTION

Plots the results of least-squares regression.

EXAMPLE

1) pltres(rhe)
2) pltres(rhe,'fitted','res')
 
These 2 examples do the same thing: graph residuals on a graph and observed and fitted values on another graph. 

               

AUTHOR

Eric Dubois 2002