Learn R Programming

AgeTopicModels (version 0.1.0)

HES_age_example: Example HES diagnosis ages

Description

A realistic sized simulated Hospital Episode Statistics (HES) data with participant IDs and ages at diagnosis, used in examples and tests. You would expect the run time of AgeTopicModels on these data is similar to what you face in real life

Usage

HES_age_example

Arguments

Format

A data frame/tibble with example rows. Typical columns include:

eid

Participant identifier (integer or character).

age_diag

Age at diagnosis (numeric).

diag_icd10

ICD-10 diagnosis code (character).

Examples

Run this code
head(HES_age_example)

Run the code above in your browser using DataLab