Learn R Programming

tlm (version 0.1.2)

imt: Intima Media Thickness of the Carotid Artery

Description

Simulated data for intima media thickness of the carotid artery and age in 2784 adults.

Usage

data(imt)

Arguments

source

See `References'.

Details

Data were simulated to emulate true data pattern observed in a real study (see `References').

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.

Examples

Run this code
data(imt)
par(las = 1, mfrow = c(1, 2))
with(imt, plot(age, imt))
with(imt, plot(age, logimt))

Run the code above in your browser using DataLab