T O P I C R E V I E W |
peroma |
Posted - 01/31/2003 : 10:09:20 AM Hello forum,
has anyone tried to use the command
nlsf.residuals(depVarName)?
It is supposed to plot the residuals of a fit. But when I tried it, nothing happend. I performed a fit with the build in fitting tool and after getting a good fit, I used the nlsf.residuals-command.
Is there any trick for the use?
Thanks for any help
Peter |
1 L A T E S T R E P L I E S (Newest First) |
Laurie |
Posted - 02/03/2003 : 11:06:06 AM Hi Peter,
If you're fitting with only one dependent variable, then you can simply use the following:
nlsf.residuals();
It will add the residual curve to the active layer. To view the data in a worksheet, you need to use the following:
edit data1_residue; //data1 is the name of the worksheet where my original data came from
Laurie
OriginLab Technical Support |
|
|