Description Usage Arguments Details Value Examples
View source: R/optimized_iglu_functions.R
The function all_metrics_optomized optimizes the functions AUC, CONGA, GVP, MODD, SD_ROC, CV_MEASURES, & SD_MEASURES iglu functions by extracting the CGMS2DayByDay calculation and passing the result into each function.
1 |
data |
DataFrame object with column names "id", "time", and "gl". |
Returns a tibble object with 1 row for each subject, and fifteen columns: a column for subject id, a column for CONGA(24) value, a column for Glucose Variability Percentage (GVP) value, a column for mean difference between glucose values obtained at the same time of day (MODD) value, a column for area under curve (AUC) value, a column for Coefficient of Variation mean (CV_Measures_Mean) value, a column for Coefficient of Variation standard deviation (CV_Measures_SD) value, a column for Standard Deviation of rate of change (SD Roc) value, a column for Mean Absolute Glucose (MAG) value, a column for Standard Deviation vertical within days (SdW) value, a column for Standard Deviation between time points (SdHHMM) value, a column for Standard Deviation within series (SdWSH) value, a column for horizontal Standard Deviation (SdDM) value, a column for Standard Deviation between days, within timepoints (SdB) value, a column for Standard Deviation between days, within timepoints value, corrected for changes in daily means (SdBDM) value.
If a data.frame object is passed, then a tibble object with 1 row for each subject, and fifteen columns is returned: a column for subject id, a column for CONGA(24) value, a column for Glucose Variability Percentage (GVP) value, a column for mean difference between glucose values obtained at the same time of day (MODD) value, a column for area under curve (AUC) value, a column for Coefficient of Variation mean (CV_Measures_Mean) value, a column for Coefficient of Variation standard deviation (CV_Measures_SD) value, a column for Mean Absolute Glucose (MAG) value, a column for Standard Deviation of rate of change (SD Roc) value, a column for Standard Deviation vertical within days (SdW) value, a column for Standard Deviation between time points (SdHHMM) value, a column for Standard Deviation within series (SdWSH) value, a column for horizontal Standard Deviation (SdDM) value, a column for Standard Deviation between days, within timepoints (SdB) value, a column for Standard Deviation between days, within timepoints value, corrected for changes in daily means (SdBDM) value.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.