hemoglobin_data.Rd
Example datasets of Hemoglobin and Creatinine values for testing
hemoglobin_data
creatinine_data
hemoglobin_data
creatinine_data
A data frame with 1000 rows and 3 columns:
age of the patient
sex of the patient
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.
head(hemoglobin_data)
#> age sex value
#> 1 20 male 9.39
#> 2 20 male 14.03
#> 3 20 male 14.44
#> 4 20 male 15.80
#> 5 20 female 12.06
#> 6 20 female 12.89
head(creatinine_data)
#> age sex value
#> 1 20 male 0.44
#> 2 20 male 0.58
#> 3 20 male 0.75
#> 4 20 male 0.81
#> 5 20 male 0.89
#> 6 20 male 1.21