12.11. - mr make residuals
lets you send to the plot program data representing the scatter in
the data points left after subtracting the fitted values.
mr [x [y]] [/] [p#=value ...]
The values the
make residuals
command sends to the plot program
are the differences between fit's current data points and points calculated
from the model equation using the current values for the parameters.
If you include the
/ argument, each difference is divided by
the calculated value of your model at each point.
You can select which independent variable (if there is more than one)
to send to the plot program by entering a value for
x
for transferring
2D data or values for
x
and
y
for transferring 3D data.
You can set values for parameters using the
p#=value
notation, where the
#
represents the parameter number.
When running the fit as a stand-alone process, the generated points
can only be used with
sA command.
|