interdaycv {cgmquantify} | R Documentation |
This function computes the interday coefficient of variation
interdaycv(df)
df |
Data frame read through readfile |
A numeric value representing interday cv
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
interdaycv(mydata)