Displaying 1 result from an estimated 1 matches for "tf4933354".
Did you mean:
tf4153354
2007 Dec 02
3
Help with a Loop
..."]
Coeffs=function(X3,Y3)
{
lmfirst=lm(Y3~X3)
lmfirst$coefficients
}
Coeffs(X3,Y3)
# output slope and intercept here
# do same for the next participant
# etc for the rest of the participants
# any ideas?
# thanks
--
View this message in context: http://www.nabble.com/Help-with-a-Loop-tf4933354.html#a14120625
Sent from the R help mailing list archive at Nabble.com.