Hi all,
I'm currently using the IPUMS data on gross rent and income (among other things). Unfortunately, one possible value used in the dataset is "N/A", registered type as long. How would I go about dropping only observations where rentgrs is coded as N/A and keep the other observations? Once N/A is dropped I'll be able to convert the variable to int.
I'm currently using the IPUMS data on gross rent and income (among other things). Unfortunately, one possible value used in the dataset is "N/A", registered type as long. How would I go about dropping only observations where rentgrs is coded as N/A and keep the other observations? Once N/A is dropped I'll be able to convert the variable to int.
Comment