glucose | R Documentation |
Simulated data for glucose and triglycerides levels in blood in 400 adults.
glucose
A data.frame
with 400 observations on the following 4 variables:
triglycerides levels in blood (mg/dl).
glucose levels in blood (mg/dl).
numeric. Reciprocal of the square root of trigly
(i.e., -1/2 power transformation).
numeric. Reciprocal of the gluco
square (i.e., -2 power transformation).
Data were simulated to emulate true data pattern observed in a real study (see References).
See References.
Rivera M et al. Association between long-term exposure to traffic-related air pollution and subclinical atherosclerosis: the REGICOR Study. Environmental Health Perspectives. 2013;121(2):223-230.
data(glucose)
par(las = 1, mfrow = c(1, 2))
with(glucose, plot(trigly, gluco))
with(glucose, plot(inv12tri, inv2glu))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.