eA1c {cgmquantify} | R Documentation |
Compute Estimated A1c
Description
This function computes the estimated A1c, according to the American Diabetes Association calculator
Usage
eA1c(df)
Arguments
df |
Data frame read through readfile |
Value
A numeric value representing eA1c
Examples
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
eA1c(mydata)
[Package cgmquantify version 0.1.0 Index]