Learn R Programming

MSCA (version 1.1.1)

EHR: Description of the EHR dataset

Description

This is a toy dataset to illustrate the use of the the MSCA library

Arguments

Format

A data frame with 3000 records and 3 variables:

link_id

Unique patient identifyer

reg

Registered long-term condition

aos

Age at onset of the registered long-term condition

Examples

Run this code
# Load the dataset
data(EHR)

# Display the first few rows
head(EHR)

Run the code above in your browser using DataLab