I have run a simple linear regression in Rstudio with two variables and got the following relation:
y = 30000+1.95x
Which is reasonably fair. My only concern is that, practically the (0,0) point should be included in the model.
Is there any math help I can get please ?
The best fit equation $y = mx$ for a list of data points $(x_i,y_i)$ has $$\displaystyle m = \frac{\sum x_iy_i}{\sum x_i^2}$$