Displaying 1 result from an estimated 1 matches for "lnqit".
Did you mean:
lnfit
2010 Apr 14
0
total. factor. prodctvty. help!!
...R commands or about the data since my
questionn is rather theoric)
and i run this model with OLS as following;
>mdl1 = lm(lnQ~lnC+lnL+lnM+lnE,data=newdata)
than in the second step, i need to get the predicted residual as a mesure
of "total factor productivity" ==> epsilon(hat)it= lnQit-lnQ(hat)it
and i get the residual by typing;
residuals(mdl1) ==> do i make mistake here or should i write another command
get the epsilon(hat), suppose i typed the correct command
than i save the residuals as a vector with
>resid<-mdl1$residuals
supposing that epsilon(hat) measures the T...