Dear Stata friends,
I have data from a labour market experiment where employers could use money to make a wage offer to a worker, who in return could provide effort which generated earnings for the employer (it's a fairly common lab experiment).
In my dataset I now have the following variables: Employer's Earnings, Wage Offer, and a series of control variables. As I am comparing a control and treatment condition from the experiment I would like to answer the following question: "what is the optimal wage the employer can offer to maximise her earnings?".
I am thinking of a model like this: Employer's Earnings = Wage Offer + squared(Wage Offer) + Control
Estimating this with OLS, the sign of the squared term will tell me if the wage offer is increasing or if there's a threshold (i.e. negative sign). However, I still don't know what should be the STATA command or the econometric approach to answer my question and see what's the optimal wage offer. Is it going to be the coefficient of the Wage Offer variable?
Thanks for your help and time,
Bill
I have data from a labour market experiment where employers could use money to make a wage offer to a worker, who in return could provide effort which generated earnings for the employer (it's a fairly common lab experiment).
In my dataset I now have the following variables: Employer's Earnings, Wage Offer, and a series of control variables. As I am comparing a control and treatment condition from the experiment I would like to answer the following question: "what is the optimal wage the employer can offer to maximise her earnings?".
I am thinking of a model like this: Employer's Earnings = Wage Offer + squared(Wage Offer) + Control
Estimating this with OLS, the sign of the squared term will tell me if the wage offer is increasing or if there's a threshold (i.e. negative sign). However, I still don't know what should be the STATA command or the econometric approach to answer my question and see what's the optimal wage offer. Is it going to be the coefficient of the Wage Offer variable?
Thanks for your help and time,
Bill
Comment