Description Usage Arguments See Also Examples
Retrieves diagnoses for an individual.
1 | ukb_icd_diagnosis(data, id, icd.version = NULL)
|
data |
A UKB dataset (or subset) created with |
id |
An individual's id, i.e., their unique eid reference number. |
icd.version |
The ICD version (or revision) number, 9 or 10. |
ukb_df
, ukb_icd_code_meaning
, ukb_icd_keyword
, ukb_icd_prevalence
1 2 3 4 | ## Not run:
ukb_icd_diagnosis(my_ukb_data, id = "123456", icd.version = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.