Rerun the statistical analysis from a previous `RHRVEasy()` call
RHRVEasyStats(
RHRVEasyResultObject,
correctionMethod = c("bonferroni", "holm", "hochberg", "hommel", "BH", "BY", "fdr",
"none"),
significance = 0.05
)
An object of class `RHRVEasyResult` containing the HRV indices (slot `$HRVIndices`) and the statistical analysis results (slot `$stats`)
An object of class `RHRVEasyResult` as returned by `RHRVEasy()`
The method to correct for multiple comparisons. Can be one of "bonferroni", "holm", "hochberg", "hommel", "BH", "BY", "fdr" and "none". Default is "bonferroni".
The significance level to use in the statistical analysis. By default, it is set to 0.05.
[RHRVEasy()]