Hi,
Using the code below, I am trying to retrieve the microdata for the 1-year 2019 ACS data for my variables of interest. It looks like I need variables ID to be able to obtain my data of interest. I wonder how the ID of the variables can be obtained.
Thanks,
NM
Using the code below, I am trying to retrieve the microdata for the 1-year 2019 ACS data for my variables of interest. It looks like I need variables ID to be able to obtain my data of interest. I wonder how the ID of the variables can be obtained.
Thanks,
NM
getcensus SEX DOUT DEAR AGEP DIS RAC1P SCHL DEYE PWGTP DREM DPHY DDRS MAR HISP, year(2019)geography(puma) clear
Comment