[R] Who can help me?

Christian Hinz Chris.Planet at gmx.de
Tue Aug 30 14:37:18 CEST 2005


I have own function wrote. I used an algorithm, which was written in Matlab.

in matlab:
...
gamma = inv(v)*g;
...

#v = matrix of variable size, v=vv(k) => k=2 => dimension of v 2x2
#g = a line vector with 4 elements e.g. g=[1,0,2,0];

my rewritten r-file:
...
gamma = solve(v)*g;
...

which is my error? Who can help me?

thank you in advance.

Chris


-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner

--




More information about the R-help mailing list