powered by
This function computes the mean, median, minimum, maximum, first quartile, and the third quartile of an indidividual's overall glucose levels
summary_glucose(df)
Data frame read through readfile
A dataframe containing the mean, median, minimum, maximum, quartile1, and quartile3 of glucose levels
# NOT RUN { mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify") mydata <- readfile(mydatafile) summary_glucose(mydata) # }
Run the code above in your browser using DataLab