T O P I C R E V I E W |
nieden |
Posted - 11/25/2002 : 05:34:17 AM Hi, i`m trying to do linear "fits" with the stat() // lr() object. I need to predefine the slope like someone can do it while using the the Linear fitting dialog. Is there a property or a way to set y2 to a certain value...
thanx in advance
Robin |
1 L A T E S T R E P L I E S (Newest First) |
easwar |
Posted - 11/25/2002 : 10:11:32 AM Hi Robin,
Specifying the letter 'B' in stat.lr() command fixes stat.lr.b to a previously assigned value.
For example,
stat.reset(); stat.data$ = data1_b; stat.lr.b=7; stat.lr(B); stat.lr.a=; stat.lr.b=;
Easwar OriginLab.
|
|
|