Grocer Function
NAME
plt_cusum - plots the results of the cusum test
CALLING SEQUENCE
pltcusum(res,siz,output)
PARAMETERS
Input
-
res = the results typed list of function dfbeta
- siz= the chosen size dor the test (0.01, 0.05 or 0.1)
-
out = the symobolic name of the file where the results are printed (default: %io(2))
Output
-
nothing (printed on a graphic window)
DESCRIPTION
Plots the results of the cusum test. 3 sizes are available, governed by the parameter siz.
EXAMPLE
pltcusum(rescusum,0.05)
AUTHOR
Eric Dubois 2002