person_example {LTASR} | R Documentation |
Example Person File for Testing
Description
A tibble containing example person file data to be used for testing and demonstration of the package
Usage
person_example
Format
A tibble with 3 observations and 9 variables:
- id
unique identifier; character
- gender
Gender/Sex; character 'M' or 'F'
- race
Race; character 'W' or 'N'
- dob
Date of Birth; character to be converted to date
- pybegin
date to begin follow-up/at-risk accumulation, character to be converted to date
- dlo
Date last observed; character to be converted to date
- vs
indicator identifying the vital status of the cohort. A value of 'D' indicates an observed death; character
- rev
ICD revision of the ICD code; numeric
- code
ICD-code for the cause of death; character
...
Source
Internally Generated
[Package LTASR version 0.1.3 Index]