Skip to content
Prev 279794 / 398506 Next

simple fit

If one knows y, x, and a, and wishes to estimate b in

     y = a*x + b (+ random error presumably)

then surely the simplest procedure is

     b.hat <- mean(y-a*x)

Is it not so?

     cheers,

         Rolf
On 09/12/11 08:09, Ben Bolker wrote: