I'm running Stata 15.1 on a Mac OS and working with cross-sectional survey data. My dependent variable is a 7-point measure of preferred immigration levels, the distribution of which is skewed towards 'increase' responses:
Code:
. tab increase_immig
                        Q68 |      Freq.     Percent        Cum.
----------------------------+-----------------------------------
            Decreased a lot |         49        4.89        4.89
Decreased a moderate amount |         49        4.89        9.77
         Decreased a little |         68        6.78       16.55
       Kept the same as now |        325       32.40       48.95
         Increased a little |        186       18.54       67.50
Increased a moderate amount |        199       19.84       87.34
            Increased a lot |        127       12.66      100.00
----------------------------+-----------------------------------
                      Total |      1,003      100.00
0 Response to 7-point ordinal dependent variable: Is it okay to transform and model with fracreg logit?
Post a Comment