hemoglobin_data {labNorm} | R Documentation |
Example values of Hemoglobin and Creatinine
Description
Example datasets of Hemoglobin and Creatinine values for testing
Usage
hemoglobin_data
creatinine_data
Format
hemoglobin_data
creatinine_data
A data frame with 1000 rows and 3 columns:
- age
age of the patient
- sex
sex of the patient
- value
the lab value for the patient, in the default units for the lab
An object of class data.frame
with 1000 rows and 3 columns.
Examples
head(hemoglobin_data)
head(creatinine_data)
[Package labNorm version 1.0.1 Index]