820000 obervations in 5 Variables without sampling weights.

Format

ck_dat_hc92: a data frame with 820000 observations on the following 6 variables.

  • id: a numeric identifier

  • geo_m: a character vector defining regions

  • sex a: character vector defining gender

  • age_m: a character vector containing age groups

  • yae_h: a character vector

  • rkey: a numeric vector holding record keys

References

https://ec.europa.eu/eurostat/cros/content/3-random-noise-cell-key-method_en

Examples

data(ck_dat_hc92)
head(ck_dat_hc92)
#>       id  geo_m    sex  age_m  yae_h    rkeys
#>    <int> <char> <char> <char> <char>    <num>
#> 1:     1  02000      2   5.3. 1.2.4. 0.393714
#> 2:     2  03451      1   6.3. 1.4.4. 0.104259
#> 3:     3  01055      2   4.1.   1.7. 0.534354
#> 4:     4  03252      2   5.1. 1.2.4. 0.059807
#> 5:     5  01054      2   5.1. 1.4.4. 0.322160
#> 6:     6  01060      1   4.1. 1.2.3. 0.011192