Hi everyone!
I have two hedonic models explaining the annual rental price of two samples of apartments. The two models use the same set of independent variables, but differ in that the dependent variable i(the annual rent) is linear in the first model (Y=R) and logarithmic in the second model (Y= ln(R)).
I need to keep this two distinct functional forms because I need to perform a "cost" Stochastic Frontier Analysis on the first model and a "production" SFA on the second one, and keeping this two different forms gives me the appropriate distributions of the error term (right-skewed in the first case and left-skewed in the second).
I have just estimated the SFA coefficients of the two models (separately) using the command sfcross.
sfcross R Xn, cost d(t)
sfcross lnR Xn, d(t)
Now I want to compare the two sets of beta-coefficients obtained from the two estimations in order to understand if they are similar, but I have no idea of how I could do that. Can anybody help?
Thanks in advance.
I have two hedonic models explaining the annual rental price of two samples of apartments. The two models use the same set of independent variables, but differ in that the dependent variable i(the annual rent) is linear in the first model (Y=R) and logarithmic in the second model (Y= ln(R)).
I need to keep this two distinct functional forms because I need to perform a "cost" Stochastic Frontier Analysis on the first model and a "production" SFA on the second one, and keeping this two different forms gives me the appropriate distributions of the error term (right-skewed in the first case and left-skewed in the second).
I have just estimated the SFA coefficients of the two models (separately) using the command sfcross.
sfcross R Xn, cost d(t)
sfcross lnR Xn, d(t)
Now I want to compare the two sets of beta-coefficients obtained from the two estimations in order to understand if they are similar, but I have no idea of how I could do that. Can anybody help?
Thanks in advance.
Comment