Hello,
As far as i know, linregr() has never been a native Scilab function. May be you found it in an external module. If it performs a linear regression, a Scilab equivalent is reglin() (there are other ones).
HTH
Samuel Gougeon

Le 31/10/2015 14:06, Edmund Okoroigwe a écrit :

Hi all,
I have a Scilab code I have run successfully previously. [b1,start] = linregr ( [ a1 T1], "a1 T1", "1 T1", "a1"); Now I want to run it again in the same file and folder but I keep on receiving error message
'Undefined variable: linregr'.
Please remind me how to overcome this so that my script will run.
Thanks

_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to