RHRVEasyStats {RHRV} | R Documentation |
Rerun the statistical analysis from a previous 'RHRVEasy()' call
Description
Rerun the statistical analysis from a previous 'RHRVEasy()' call
Usage
RHRVEasyStats(
RHRVEasyResultObject,
correctionMethod = c("bonferroni", "holm", "hochberg", "hommel", "BH", "BY", "fdr",
"none"),
significance = 0.05
)
Arguments
RHRVEasyResultObject |
An object of class 'RHRVEasyResult' as returned by 'RHRVEasy()' |
correctionMethod |
The method to correct for multiple comparisons. Can be one of "bonferroni", "holm", "hochberg", "hommel", "BH", "BY", "fdr" and "none". Default is "bonferroni". |
significance |
The significance level to use in the statistical analysis. By default, it is set to 0.05. |
Value
An object of class 'RHRVEasyResult' containing the HRV indices (slot '$HRVIndices') and the statistical analysis results (slot '$stats')
See Also
[RHRVEasy()]
[Package RHRV version 5.0.0 Index]