powered by
This function computes the intraday coefficient of variation summary statistics: mean, median, standard deviation of all days in data
intradaycv(df)
Data frame read through readfile
A data frame containing the mean, median, and standard deviation of the intraday coefficients of variation.
# NOT RUN { mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify") mydata <- readfile(mydatafile) intradaycv(mydata) # }
Run the code above in your browser using DataLab