powered by
This function computes J-index, a glycemic variability metrix
J_index(df)
Data frame read through readfile
A numeric value representing J-index
# NOT RUN { mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify") mydata <- readfile(mydatafile) J_index(mydata) # }
Run the code above in your browser using DataLab