Hello -
I am a basic/beginning STATA user and am having a some issues with performing a standard OLS regression.
My project is attempting to evaluate a relationship between the cost of drugs prices pre-PPACA to post-PPACA (i.e. 2013, 2014 (PPACA is enacted), 2015 (one-year after PPACA).
I am using a simple model with data received from Medicaid. In nominal $ terms, the model is: NADAC (National Average Drug Acquisition Cost) = b0 + b1 NADAC 2013 + b2 NADAC 2014 + b3 NADAC 2015 + e.
I imported all of my data into STATA and have created a variable for NADAC 2013-2015.
The issue is when I attempt to do reg NADAC NADAC2013 NADAC2014 NADAC2015:
NADAC ambiguous abbreviation
My hope was that the dependent variable (NADAC) would capture the $ changes in the beta coefficients for each of the years. For example: let's assume that the beta coefficients for NADAC2013 is 5 (assume statistical significance), that 5 would correspond stating that on average, the NADAC increased by $5 in 2013. Does this make sense?
Is this possible and if so, what recommendations do you have to make this regression work?
Thank you very much,
Guest
I am a basic/beginning STATA user and am having a some issues with performing a standard OLS regression.
My project is attempting to evaluate a relationship between the cost of drugs prices pre-PPACA to post-PPACA (i.e. 2013, 2014 (PPACA is enacted), 2015 (one-year after PPACA).
I am using a simple model with data received from Medicaid. In nominal $ terms, the model is: NADAC (National Average Drug Acquisition Cost) = b0 + b1 NADAC 2013 + b2 NADAC 2014 + b3 NADAC 2015 + e.
I imported all of my data into STATA and have created a variable for NADAC 2013-2015.
The issue is when I attempt to do reg NADAC NADAC2013 NADAC2014 NADAC2015:
NADAC ambiguous abbreviation
My hope was that the dependent variable (NADAC) would capture the $ changes in the beta coefficients for each of the years. For example: let's assume that the beta coefficients for NADAC2013 is 5 (assume statistical significance), that 5 would correspond stating that on average, the NADAC increased by $5 in 2013. Does this make sense?
Is this possible and if so, what recommendations do you have to make this regression work?
Thank you very much,
Guest
Comment