Typical usage
( data and model from global, current
$ SERROR values of MAX and NUP used )
Output results? > Y
$ SERROR APPEND ( appends output to file FIT.OP )
Output results? > Y
Prompts (if globals and current values not defined)
> SERROR
Data > SPECT
Model > SPECMOD
Chi-squared increase /1/ > 2.71
Max. no. of iterations /30/ > 40
Update interval /3/ > 5
Output results? > N
Using keywords
> SERROR MODEL=SPECMOD MINS=1 APPEND OP
( Global value for INP and current value for DS and
MAX used. APPEND and OP on command line set the
logicals true.)
Restricting parameters in analysis
> SERROR ... PARS="1:3,6:8" ; Find errors on parameters
1,2,3,6,7,8
> SERROR ... PARS="2:*" ; Find errors for all but
parameter 1