eA1c {cgmquantify} | R Documentation |
This function computes the estimated A1c, according to the American Diabetes Association calculator
eA1c(df)
df |
Data frame read through readfile |
A numeric value representing eA1c
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
eA1c(mydata)