Description Usage Arguments Details Value
apply a summary statistic over a set of replicate data
| 1 |   summary_statistic(dat, indicator, windowsize, ...)
 | 
| dat | a data frame with columns "time", "reps", and "value" observed in a timeseries of replicates. | 
| indicator | a function taking X and windowsize, such as window_var | 
| windowsize, | passed to indicator function | 
| ... | additional optional arguments to the indicator function | 
helper function just helps simple indicator functions be applied to data formated with replicate observations and still return nicely formatted data
a data frame with columns "time", "reps", and "value", where values are the sliding-window computed summary statistics produced by indicator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.