cis {blocking} | R Documentation |
Fictional customer data
Description
This data set was created by Paula McLeod, Dick Heasman and Ian Forbes, ONS, for the ESSnet DI on-the-job training course, Southampton, 25-28 January 2011. It contains fictional observations from Customer Information System, which is combined administrative data from the tax and benefit systems.
Usage
cis
Format
A data.table
with 24613 records. Each row represents one record, with the following columns:
person_id
– a unique number for each person, consisting of postcode, house number and person number,pername1
– forename,pername2
– surname,sex
– gender (M/F),dob_day
– day of birth,dob_mon
– month of birth,dob_year
– year of birth,enumcap
– an address consisting of house number and street name,enumpc
– postcode,cis_id
– person ID with "CIS" added in front.
References
McLeod, P., Heasman, D., Forbes, I. (2011). Simulated data for the ESSnet DI on-the-job training course, Southampton, 25-28 January 2011. https://wayback.archive-it.org/12090/20231221144450/https://cros-legacy.ec.europa.eu/content/job-training_en
Examples
data("cis")
head(cis)