Hello Everyone,
I am trying to create a 7-point scale for attitudes towards abortion for every decade using GSS from 1980 to 2021. So, the command I used for the 1980s is
gen scale_1980s= (abany*2 + abdefect*.3 + abnomore*1.5 + abhlth*.1 + abpoor*1.5 + abrape*.3 + absingle*1.3) if year==1980 | year==1982 | year==1983| year==1984 | year==1985 | year==1987 | year==1988 | year==1989
I have given values to each variable based on response frequency. If a variable has a higher response, it has lower values. For example, 81.94 percent supported abortion ofr rape (abrape). Thus, it has a value of 0.2.
Is this the correct way of doing it?
Related Posts with Creating an Abortion scale
very high VIF in FE: An issue?Hi, I am currently running my model fit diagnostics for my FE model (after Hausman Test lead me the…
add beta coefficient in brackets under coefficients in regression tableI was trying to replace the p-value in the regression table with the beta coefficient. I want the fi…
Graph diff-in-diff coefficientHi, I am estimating Difference-in-difference model: Y= b1Treat+ b2 after + b3 (after*post) The effec…
Presenting results of regression analysis with splinesDear all, I would like to do a linear regression analysis with splines in Stata 14. My goal is infe…
Difference in Difference modeling. How to separate the treated group from the control group in the datasetHello, can anyone please help me on the command to differentiate my control group from treated group…
Subscribe to:
Post Comments (Atom)
0 Response to Creating an Abortion scale
Post a Comment