Detect event streaks based on specified thresholds
library(heatwaveR)
library(plyr) # because I like plyr
library(dplyr)
Here is a question we received via heatwaveR’s GitHub page regarding using our package’s functions to detect streaks of outcomes based on a threshold in some lab experiment. The q... [Read more...]