interdaycv {cgmquantify} | R Documentation |
Compute Interday Coefficient of Variation
Description
This function computes the interday coefficient of variation
Usage
interdaycv(df)
Arguments
df |
Data frame read through readfile |
Value
A numeric value representing interday cv
Examples
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
interdaycv(mydata)
[Package cgmquantify version 0.1.0 Index]