View source: R/PulseWaveform.R
ArrangeOutputs | R Documentation |
ArrangeOutputs organises lists of outputs from various parts of the processing pipeline into a single output list.
ArrangeOutputs(beat_final, beat_orig, features, pulse, fit_check, ps, pr)
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) |
tmp |
list composed of: |
beat_final |
as above |
features |
as above |
fit_check |
as above |
temp <- ArrangeOutputs(beat_final, beat_orig, features, pulse, fit_check, ps, pr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.