intradaycv {cgmquantify} | R Documentation |
Compute Intraday Coefficient of Variation
Description
This function computes the intraday coefficient of variation summary statistics: mean, median, standard deviation of all days in data
Usage
intradaycv(df)
Arguments
df |
Data frame read through readfile |
Value
A data frame containing the mean, median, and standard deviation of the intraday coefficients of variation.
Examples
mydatafile <- system.file("extdata", "my_data_file.csv", package = "cgmquantify")
mydata <- readfile(mydatafile)
intradaycv(mydata)
[Package cgmquantify version 0.1.0 Index]