This is dummy data representing the third cycle of the Canadian Health Measures Survey (CHMS). The CHMS survey is conducted by Statistics Canada.
Examples
data(cycle3)
str(cycle3)
#> 'data.frame': 4 obs. of 13 variables:
#> $ clinicid: num 1 2 3 4
#> $ clc_age : num 20 30 40 50
#> $ clc_sex : num 1 2 1 2
#> $ pgdcgt : num 1 1 1 2
#> $ lab_hba1: num 0.07 0.06 0.05 0.04
#> $ lab_bcre: num 20 30 40 50
#> $ bpmdpbps: num 140 130 120 110
#> $ bpmdpbpd: num 95 85 75 65
#> $ ccc_51 : num 1 2 2 2
#> $ ccc_61 : num 2 2 2 2
#> $ ccc_63 : num 2 2 2 2
#> $ ccc_81 : num 1 2 2 1
#> $ ccc_32 : num 2 1 1 1