Check the formatting of a calculation interval specification data frame.
Source:R/check.intervals.R
check.interval.specification.RdCalculation interval specifications are data frames defining what calculations will be required and summarized from all time intervals. Note: parameters which are not requested may be calculated if it is required for (or computed at the same time as) a requested parameter.
Details
start and end time must always be given as columns, and the start must
be before the end. Other columns define the parameters to be calculated
and the groupings to apply the intervals to.
See also
The vignette "Selection of Calculation Intervals"
Other Interval specifications:
add.interval.col(),
check.interval.deps(),
choose.auc.intervals(),
get.interval.cols(),
get.parameter.deps()