intradaycv {cgmquantify} | R Documentation |
This function computes the intraday coefficient of variation summary statistics: mean, median, standard deviation of all days in data
intradaycv(df)
df |
Data frame read through readfile |
A data frame containing the mean, median, and standard deviation of the intraday coefficients of variation.
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
intradaycv(mydata)