cis | R Documentation |
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.
cis
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.
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
data("cis")
head(cis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.