0

I have been given a set of value to perform a linear regression(using matrix method). In order to estimate standard error of variables and the r2 and I am having trouble reformulating this function to linear method in order to estimate further predictions.

question

For more clarity to my equation an image to the excel work sheet and the question:

Help would be much appreciated.

image

1 Answers1

1

Given $(y,x_1)$, convert your data into $(y,\ln(x_1))$, and run the regression on those latter variables following the model you are given. What part are you stuck on ?

doubled
  • 4,193
  • 1
  • 10
  • 29