ArrangeOutputs: ArrangeOutputs

View source: R/PulseWaveform.R

ArrangeOutputsR Documentation

ArrangeOutputs

Description

ArrangeOutputs organises lists of outputs from various parts of the processing pipeline into a single output list.

Usage

ArrangeOutputs(beat_final, beat_orig, features, pulse, fit_check, ps, pr)

Arguments

beat_final

dataframe of finalised model parameter outputs

beat_orig

dataframe of intially estimated model parameter outputs

features

dataframe of morphological features for each waveform

pulse

dataframe of all individual waveforms (discrete form)

fit_check

list of goodness of fit measures for each modelled waveform (ChiSq, Max error, NRMSE, aNRMSE)

ps

time series number (for ISO data)

pr

dose level (for ISO data)

Value

tmp

list composed of:

beat_final

as above

features

as above

fit_check

as above

Examples

temp <- ArrangeOutputs(beat_final, beat_orig, features, pulse, fit_check, ps, pr)










stw32/PulseWaveform documentation built on Dec. 6, 2022, 2:50 a.m.