Learn R Programming

RHRV (version 5.0.0)

RHRVEasyStats: 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
)

Value

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

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.

See Also

[RHRVEasy()]