When is cpsid or cpsidp=0? I'm using data from 2000-2010 and there seems to be many each year with a value of 0.

I’m using data from 2000-2010. I need to create a panel, so I need to use the cpsidp to link individuals over time. However, many of the observations each year seems to have a value of 0. Why is this the case?

I don’t really have an answer but I have a related question. I’ve recently downloaded the 2013 March CPS and the ATUS WB data, with the intention to link the two datasets. I used the Stata code provided to import the data. However, I’ve found a large number of cpsidp=0, over 72k, in the CPS data but not in the WB module. Without a proper cisidp, there’s no way one can merge the two datasets.

The answer to both of these questions is that CPS respondents who are part of the ASEC oversample (ASECOVERP) have CPSIDP values of 0. This is essentially because, at the present time, it is only possible to link ASEC respondents who are also part of the March basic sample to other basic monthly samples. More information about these details can be found here.

Thank you for answering the question so promptly. Your answer seem to suggest that those in the ASEC supplement don’t have a cpsidp, or did you mean only those who appear both in the supplement AND in the regular CPS who don’t have a cpsidp?

My further test seems to suggest the latter. Of the 87,652 cases in my analysis of the March ASEC, 28,766 had cpsidp=0. Once these are dropped, I was able to proceed with the merge with the WB module, resulting in a “small” merged dataset of 1,909 cases.

Also, thanks for the linked working paper, which I’ll read more carefully. The paper suggests that CPS surveys are longitudinal. Along those lines, what proportion of the March ASEC supplements are carried over from year to year? Any idea?

Many thanks.

I’ll try to clarify in more detal. Linking the ASEC with basic monthly samples requires two steps. First, linking the ASEC to the March basic sample. Second, linking the March basic sample to other basic samples. Note that the ASEC sample includes individuals not only from the March basic sample, but also from other month’s basic samples. This linking process implies that it is only possible (at the present time) to link individuals from the ASEC who are also members of the March basic sample. Therefore, individuals who are part of the ASEC oversample (e.g. in the ASEC but not in the March basic sample) have CPSIDP values of 0. The working paper linked above also explains this detail.

Thanks, Jeff, for the clarification, which confirms what I suspected to be the reason. All the best, Tim

On a related note. I am not using ASEC but only the June fertility supplement data. Why are there individuals with cpsidp==0?

The only cases where CPSIDP is equal to 0 in the fertility supplement data are children under the age of 14 in 1979-1981. Children under 14 are only included in data files for October supplements in 1976 and 1977, and all months containing supplement data in 1978-1981. It is theoretically possible to link these children if the months of entry to the survey and timing of supplements falls correctly. However, given the highly specific requirements for timing to link these children, IPUMS CPS does not recommend it and has assigned CPSIDP values of 0.

Hi, now that I look the data after 2010s, I see some HHs have both cpsid (NOT equal to 0) and also has 10 digit marbasecidh. I am confused since if marbasecidh refers only to the common HHs in ASEC and Basic monthly and if those are the ones with cpsid=0 as it mentioned above, then why do I see some observations that have cpisd NOT equal to 0 but 14 digit number?

Regards

The households with CPSID = 0 are those that cannot be linked between ASEC and the March Basic CPS, because they are in the ASEC oversample. This is indicated in the variable ASECOVERH. All linkable households have a 14-digit CPSID (NOT EQUAL TO 0).

Both CPSID and MARBASECIDH are used for linking households in the CPS. The main difference is that MARBASECIDH only links households between ASEC and March Basic samples, while CPSID is used to link households across months, for example to link the same household’s surveys in April and May. CPSID also links households between ASEC and March Basic samples, so MARBASECIDH is not necessary if you are using CPSID.

1 Like

Ok thank your for the explanation. I really appreciate it.