A tibble object with 1 row for each subject, a column for subject id and
column for GRI is returned. The formula for GRI is as follows:
\((3.0 × VLow) + (2.4 × Low) + (1.6 × VHigh) + (0.8 × High)\)
where VLow, Low, VHigh, and High correspond to the percent of glucose values
in the ranges <54 mg/dL, 54-70 mg/dL, >250 mg/dL, and 180-250 mg/dL respectively.
The maximum allowed value for GRI is 100%, any calculated values higher than
100 are capped.