cotinine: Birth Weight and Cord Serum Cotinine

Description Usage Format Details Source References Examples

Description

Simulated data for birth weight and cord serum cotinine levels in 351 newborns.

Usage

1

Format

A data frame with 351 observations on the following 4 variables.

cotinine

numeric cord serum cotinine level in the mother (ng/ml).

logcotinine

logarithm of cotinine.

weight

numeric birth weight (g).

underweight

a factor with levels no and yes, indicating underweight (weight < 2500 g).

Details

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

Source

See ‘References’.

References

Pichini S et al. Cord serum cotinine as a biomarker of fetal exposure to cigarette smoke at the end of pregnancy. Environmental Health Perspectives. 2000;108(11):1079-1083.

Examples

1
2
3
4
5
6
data(cotinine)
par(las = 1, mfrow = c(2, 2))
with(cotinine, plot(cotinine, weight))
with(cotinine, plot(logcotinine, weight))
with(cotinine, boxplot(cotinine ~ underweight))
with(cotinine, boxplot(logcotinine ~ underweight))

tlm documentation built on May 2, 2019, 2:11 p.m.