Description Usage Arguments Value
View source: R/fct_gp_impute_core.R
generate_model_ppg_inputs is used to generate a data.frame that contains an appropriately down-sampled
set of "Time" and "PPG" inputs for the imputation model. These inputs represent PPG data that "surrounds" the window
selected for imputation. The size of the window is dynamically determined for each participant based on average
respiration rate (derived from estimate_avg_respiration()).
1 2 3 4 5 6 7 8 9 |
time_min |
lower boundary of the time window that defines the PPG data selected for imputation |
time_max |
upper boundary of the time window that defines the PPG data selected for imputation |
ppg_data |
|
ds |
downsampled sampling rate in Hz |
input_windows |
a |
ppg_col |
name of the column in the PPG |
time_col |
name of the column in the PPG |
a set of inputs for the imputation model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.