RHRVEasyStats function

Rerun the statistical analysis from a previous RHRVEasy() call

Rerun the statistical analysis from a previous RHRVEasy() call

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.

Returns

An object of class RHRVEasyResult containing the HRV indices (slot $HRVIndices) and the statistical analysis results (slot $stats)

See Also

[RHRVEasy()]