avHRT {RHRT} | R Documentation |
S4 class to represent an avHRT object
Description
This class extends the HRT class. An avHRT is the average of an HRTList and saves the way in which it was calculated.
Usage
## S4 method for signature 'avHRT'
initialize(
.Object,
av = mean,
orTO = "avAfter",
orTS = "avBefore",
pTO = NA_real_,
pTS = NA_real_,
pTT = NA_real_,
pnTS = NA_real_,
nRMSSD = NA_real_,
couplRR = NA_real_,
compRR = NA_real_,
preRRs = NA_real_,
postRRs = NA_real_
)
Arguments
.Object |
The name of the class |
av |
(Function) Type of averaging, either mean or median |
orTO |
(Character) Order in which TO was calculated, either "avAfter" (assessment of parameter and averaging) or "avBefore" (averaging of the VPCSs and assessment of parameter) |
orTS |
(Character) Order in which TS was calculated, either "avAfter" (assessment of parameter and averaging) or "avBefore" (averaging of the VPCSs and assessment of parameter) |
pTO |
(Numeric) p-value of t-test checking the validity of TO |
pTS |
(Numeric) p-value of t-test checking the validity of TS |
pTT |
(Numeric) p-value of t-test checking the validity of TT |
pnTS |
(Numeric) p-value of t-test checking the validity of normalised TS |
nRMSSD |
(Numeric) RMSSD normalised to HR |
couplRR |
(Numeric) Coupling interval |
compRR |
(Numeric) Compensatory interval |
preRRs |
(Numeric vector) Preceding intervals |
postRRs |
(Numeric vector) Following intervals |
Value
(avHRT) A new avHRT object
Slots
av
(Function) Type of averaging, either mean or median
orTO
(Character) Order in which TO was calculated, either "avAfter" (assessment of parameter and averaging) or "avBefore" (averaging of the VPCSs and assessment of parameter)
orTS
(Character) Order in which TS was calculated, either "avAfter" (assessment of parameter and averaging) or "avBefore" (averaging of the VPCSs and assessment of parameter)
pTO
(Numeric) p-value of t-test checking the validity of TO
pTS
(Numeric) p-value of t-test checking the validity of TS
pTT
(Numeric) p-value of t-test checking the validity of TT
pnTS
(Numeric) p-value of t-test checking the validity of normalised TS