Ask a New Question

Asked by somebody

I am having trouble figuring out the correct code. I am trying to do an unrestricted and restricted model of a Cobb-Douglas Production Model.

lnQ=B1 + B2 lnL + B3 lnK + e

This is my code


data cobb;
infile 'cobb';
input q l k;
proc reg data = cobb;
model q = l k; <-----doing something wrong here
test l + k= 1; <-----doing something wrong here
run;

Am being asked to re-estimate the model with the restriction of CRTS, B2 + B3 =1.
12 years ago

Answers

Related Questions

I am having trouble figuring out the calculations for osmotic pressure. This is what I need to do.... I am having trouble figuring out how to do partial derivatives. I have tried practice problems and h... •I am having trouble figuring out this question. Why is (3x + 5) (x - 2) + (2x - 3) (x - 2) not in f... I am having trouble figuring out this question Jan observes a buoy bobbing up and down through a... Am having trouble figuring out how to work this problem. We are currently studying about least comm... I am having trouble figuring out this question: My quotient is 1 more than 30/5. My remainder is... having trouble figuring out this problem. During the first 4 wks of school, a cafeteria worker made... Having trouble figuring out this problem. I'm supposed to write the inequality for this problem. V... I am having trouble figuring out how to identify the unknown number I am having trouble figuring out the electron configuration for a carbon atom when it is in a molecu...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use