eA1c: Compute Estimated A1c

Description Usage Arguments Value Examples

View source: R/eA1c.R

Description

This function computes the estimated A1c, according to the American Diabetes Association calculator

Usage

1

Arguments

df

Data frame read through readfile

Value

A numeric value representing eA1c

Examples

1
2
3
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
eA1c(mydata)

cgmquantify documentation built on Feb. 5, 2021, 9:06 a.m.