patients {manta} | R Documentation |
Simulated Metadata for 100 Patients
Description
A simulated dataset containing the age, gender and disease status of 100
individuals. Missing observations appear as NA
.
Usage
data(patients)
Format
A matrix with 100 rows and 3 variables:
- age
Age of the patient (numerical)
- gender
Gender of the patient (factor with levels: "male" and "female")
- status
Disease status of the patient (ordered factor with levels: "healthy", "mild" and "severe")
Author(s)
Diego Garrido-MartÃn
[Package manta version 1.0.1 Index]