Hello guys,
Do you know how can I get (or at least show) the results of the app LinReg (ax+b) when embedded in my own program?
For example, I have this program:
Code:
The problem is, even though the calculator performs the operations, the results of a, b, r and r2 are not shown. What can I do?
Thanks for your help
Do you know how can I get (or at least show) the results of the app LinReg (ax+b) when embedded in my own program?
For example, I have this program:
Code:
Prompt N
ln(L₂)→L₄
1/L₂→L₃
If (N=1)
Then
(L₂²-L₂(1)²)→L₅
LinReg(ax+b) L₁,L₅,Y₁
End
If (N=0)
Then
(L₂-L₂(1))→L₅
LinReg(ax+b) L₁,L₅,Y₁
End
The problem is, even though the calculator performs the operations, the results of a, b, r and r2 are not shown. What can I do?
Thanks for your help