Hi all, I've imported .dat data from IPUMS and used the provided .do file from their website to do so.
All of the variables are showing up as string variables visually but saved as integers. For example, varname hispan shows items as follows:
hispan (varname)
Not Hispanic
Not Hispanic
Not Hispanic
Not Hispanic
Mexican
South American
The variable, however, is saved as int so when I try to destring or encode I get an error stating the variable is already in numeric format.
Has anyone encountered this and found a decent solution?
Thank you,
All of the variables are showing up as string variables visually but saved as integers. For example, varname hispan shows items as follows:
hispan (varname)
Not Hispanic
Not Hispanic
Not Hispanic
Not Hispanic
Mexican
South American
The variable, however, is saved as int so when I try to destring or encode I get an error stating the variable is already in numeric format.
Has anyone encountered this and found a decent solution?
Thank you,
Comment