ogtt_wide | R Documentation |
Data obects containing results from stanadard 75g OGTT including glucose, insulin and demographic data.
All OGTT studies were done after an overnight fast, and all glucose results are plasma glucose (mg/dL) measured on a YSI instrumement (glucose oxidase). Plasma Insulin (mU/L or uU/mL). All OGTTs were dones prior to any intervention (ie, participants were not on study medications).
ogtt_wide
ogtt_nested
ogtt_wide
A dataframe with 184 OGTT results contains glucose and
insulin in wide format with time noted in the variable name (e.g.,
glucose_000
, glucose_030
). ogtt_nested
contains time, glucose, and
insulin in long format a dataframe stored in a list-column for each
participant.
Demographic data includes:
Age, years
Gender, factored as Male/Female
Race, factored using self-reported classification]
Height, cm
Weight, kg
Body mass index (BMI, kg/m^2
)
hdl_bl
, dld_bl
, trigs_bl
Fasting lipids: LDL and HDL cholesterol, Triglycerides (mg/dL)
glucose_***
Plasma Glucose (mg/dL), with time in minutes
insulin_***
Plasma Insulin (uU/mL), with time in minutes
ogtt_df
A nested dataframe with a single OGTT result per row in the nested dataset (ogtt_nested
), Time points, in minutes (0, 30, 60, 90, 120) denoted either in the variable name (_000
, _030
) or in the time column of the nested dataset
'ogtt_wide' A dataframe with 184 OGTT results, with a nested dataframe with each participant result (time, glucose, insulin)
Primary data collected from multiple studies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.