In my dataset I have a categorical frequency variable with the values:
Less frequently than monthly, fortnightly, weekly, and more frequently than weekly
How do I create a dummy (indicator) variable for: Higher or equal frequency to weekly.
I have tried using encode to generate numerical values for the frequencies and creating a dummy from that, but this hasn't worked.
Thanks
Less frequently than monthly, fortnightly, weekly, and more frequently than weekly
How do I create a dummy (indicator) variable for: Higher or equal frequency to weekly.
I have tried using encode to generate numerical values for the frequencies and creating a dummy from that, but this hasn't worked.
Thanks

Comment