Skip to content
Prev 274067 / 398506 Next

SLOW split() function

thanks, josh.  in my posting example, I did not need anything except
coefficients.  (when this is the case, I usually do not even use
lm.fit, but I eliminate all missing obs first and then use solve
crossprod(y,cbind(1,x)) crossprod(cbind(1,x)).)  this is pretty fast.)

alas, I will need to figure how to get coef standard errors faster in
this case.  summary.lm() is really slow.

regards,

/iaw
----
Ivo Welch (ivo.welch at gmail.com)
http://www.ivo-welch.info/
J. Fred Weston Professor of Finance
Anderson School at UCLA, C519
On Mon, Oct 10, 2011 at 11:30 PM, Joshua Wiley <jwiley.psych at gmail.com> wrote: