How to use delta method to calculate standard error in stata
Run the regression Yi=aXi+other terms.
for example, i = product 1, product 2 and product 3
Increase of variable Xi= 12 30 15
sales increase Yi = 12a 30a 15a
Product price Pi = 3 6 8
I get sales-weighted average price/cost increase = (12a*3+30a*6+15a*8)/(12a+30a+15a)
How can I obtain the standard error for the sales-weighted average price increase
Thanks
Run the regression Yi=aXi+other terms.
for example, i = product 1, product 2 and product 3
Increase of variable Xi= 12 30 15
sales increase Yi = 12a 30a 15a
Product price Pi = 3 6 8
I get sales-weighted average price/cost increase = (12a*3+30a*6+15a*8)/(12a+30a+15a)
How can I obtain the standard error for the sales-weighted average price increase
Thanks

Comment