Hi, I have a string variable called 'sector' consisting of 9 different industry sectors. I want to split this variable into its 9 sub-sectors so I can then interact with each sub-sector with union to see whether union/non-union wages are higher.
Does anybody know how I can split this string variable into 9 different variables for the different sectors?
Does anybody know how I can split this string variable into 9 different variables for the different sectors?
Comment