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