| Author |
Comment/Response |
krygeN
|
08/25/05 6:05pm
Hey all,
I am making some stupid mistake, but I cannot pin it down. All I want to do is use the Regress function, but whenever I use it, the output is simply the function call that I entered, not the output that I should be getting.
e.g. when I enter:
<< Statistics`LinearRegression`;
data = {{2, 2}};
Regress[ data, x, x ]
I get this output:
Regress[{{2, 2}}, x, x]
so simple, but it fails.
Could someone please tell me why?
Thanks very much.
URL: , |
|