Releases will be numbered with the following semantic versioning format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
Breaking backward compatibility bumps the major (and resets the minor and patch)
New additions without breaking backward compatibility bumps the minor (and resets the patch)
Bug fixes and misc changes bumps the patch
Simplified the package, to calculate all the indices in
clinmon()
. clinmon()
uses a
continuous recording and returns a dataframe with hemodynamic
indices for every period, epoch or block depending on the chosen output.
Includes COest
, CPPopt
, CVRi
,
Dx
, Mx
, PI
, PRx
,
PWA
, RI
, and Sx
(see
details).
Test data set is added to the package in two resolutions 1000 Hz, and 10 Hz. The corresponding deleter-file is also added.
This is the first version of the package put on CRAN
Correlation coefficient based indices Dx
,
Sx
, Mx
and PRx
are functional,
and validated through ICM+
Furthermore indices such as CVRi
, PI
,
RI
, PWA
, and CO
are
functional.
CPPopt
and TFA
will be added in future
versions