View source: R/check.intervals.R
check.interval.specification | R Documentation |
Calculation 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.
check.interval.specification(x)
x |
The data frame specifying what to calculate during each time interval |
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.
x The potentially updated data frame with the interval calculation specification.
The vignette "Selection of Calculation Intervals"
Other Interval specifications:
add.interval.col()
,
check.interval.deps()
,
choose.auc.intervals()
,
get.interval.cols()
,
get.parameter.deps()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.