Skip to content
Prev 274099 / 398506 Next

SLOW split() function

On Wed, Oct 12, 2011 at 4:56 AM, ivo welch <ivo.welch at gmail.com> wrote:
solve(cbind(1,x), y) should be even faster, and more numerically stable,
 [and less likely to make certain people want to cast you into the
outer darkness, where there is SAS and gnashing of teeth]
The code from summary.lm that actually computes the standard errors is
fairly efficient; you could extract that.

   -thomas