NonlinearityTests {RHRV}R Documentation

Nonlinearity tests

Description

Nonlinearity tests

Usage

NonlinearityTests(
  HRVData,
  indexNonLinearAnalysis = length(HRVData$NonLinearAnalysis)
)

Arguments

HRVData

Structure containing the RR time series.

indexNonLinearAnalysis

Reference to the data structure that will contain the nonlinear analysis

Details

This function runs a set of nonlinearity tests on the RR time series implemented in other R packages including:

Value

A HRVData structure containing a NonlinearityTests field storing the results of each of the tests. The NonlinearityTests list is stored under the NonLinearAnalysis structure.


[Package RHRV version 5.0.0 Index]