costa: Welding and DNA-Protein Crosslinks

Description Usage Format Source References Examples

Description

This data set is from Costa et al. (1993) and it describes 21 welders and 26 potential controls. All are men. The outcome is a measure of genetic damage; specifically, dpc is a measure of DNA-protein cross-links. There are 3 covariates, age, race and smoking. This tiny example is used to illustrate the concepts of multivariate matching in Chapter 9 of "Design of Observational Studies", second edition. The example is useful because its tiny size permits close inspection of the details of multivariate matching, but its small sample size and limited number of covariates make it highly atypical of matching in observational studies.

Usage

1
data("costa")

Format

A data frame with 47 observations on the following 6 variables.

subject

Within group ID number.

age

Age in years.

race

AA=African-American, C=Caucasian

smoker

Y=yes, N=no

welder

Y=yes/treated, N=no/control

dpc

DNA-Protein Cross-links (percent)

Source

The data are from Costa et al. (1993). The data are used as a tiny example in Chapter 9 of "Design of Observational Studies", second edition.

References

Costa, M., Zhitkovich, A. and Toniolo, P. (1993) <https://cancerres.aacrjournals.org/content/53/3/460> "DNA-protein cross-links in welders: molecular implications". Cancer research, 53(3), 460-463.

Examples

1
2
3
4
data(costa)
boxplot(costa$dpc~costa$welder,
  xlab="Control (N) or Welder (Y)",
  ylab="DNA-Protein Cross-links Percent")

DOS2 documentation built on Sept. 16, 2019, 5:03 p.m.

Related to costa in DOS2...