In the sales vs workers example, what are the least squares estimates for the parameters Beta0 hat and Beta1 hat?
able[[x,y
In the sales vs workers example, what are the least squares estimates for the parameters Beta0 hat and Beta1 hat? x y 5 7 6 8 7 9 8 12 9 15 10 20 a. y_hat = 32 + 7.3*x b. y_hat = -7.3 + 2.55*x c. y_hat = 10 - 3.95*x