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