Skip to contents

Example raw cause-of-death dataset

Usage

cod_data_raw_example

Format

A data frame with 6 columns and 20 rows:

VariableDescription
idUnique identifier
sexSex of deceased
ageAge of diseased in years
codeICD 11 cause-of-death code
dodDate of death
dobDate of birth

Examples

cod_data_raw_example
#> # A tibble: 20 × 6
#>       id   sex   age code          dod        dob       
#>    <int> <int> <int> <chr>         <chr>      <chr>     
#>  1  4136     1    60 NE84&XA6KU8   2023-01-02 1962-03-04
#>  2  4137     2    71 2B6D&XS9R     2023-01-04 1951-09-25
#>  3  4138     1    76 2C82&XS9R     2023-01-04 1946-11-11
#>  4  4139     1    47 CA40.Z&XK9J   2023-01-05 1975-08-23
#>  5  4140     2    35 6C40.3&XS25   2023-01-05 1987-06-26
#>  6  4141     1    50 6C40.3&XS25   2023-01-05 1972-02-12
#>  7  4142     1    56 DB94.1&XT8W   2023-01-09 1966-09-05
#>  8  4143     2    70 BD40.Z        2023-01-09 1952-03-17
#>  9  4144     2    62 2C76.Z&XA8QA8 2023-01-10 1960-03-30
#> 10  4145     1    59 6C40.3&XS25   2023-01-10 1963-08-22
#> 11  4146     2    76 8B11.5Z       2023-01-12 1946-09-16
#> 12  4147     1    63 2B90.Y&XH74S1 2023-01-12 1959-06-14
#> 13  4148     1    77 BD10&XT5R     2023-01-13 1945-04-17
#> 14  4149     1    86 1G41          2023-01-14 1936-12-06
#> 15  4150     1    70 BD10&XT5R     2023-01-14 1952-06-27
#> 16  4151     2    75 CA40.Z&XB25   2023-01-15 1947-01-18
#> 17  4152     2    70 BA01          2023-01-16 1952-07-19
#> 18  4153     1    80 1G41          2023-01-16 1942-11-10
#> 19  4154     2    68 BB40          2023-01-16 1954-04-27
#> 20  4155     1    57 1B91          2023-01-16 1965-04-10