A tibble object with 1 row for each subject, a column for subject id and
a column for GRADE values is returned. NA glucose values are
omitted from the calculation of the GRADE.
GRADE score is calculated by \(1/n * \sum [425 *
(log(log(G_i / 18)) + .16)^2]\)
Where \(G_i\) is the ith Glucose measurement and n is the total
number of measurements.