Telomeres {abd} | R Documentation |
Telomere length (ratio) and years since their child's diagnosis with chronic illness.
A data frame with 39 observations on the following 2 variables.
a numeric vector
a numeric vector
Epel, E.S., E.H. Blackburn, J. Lin, F.S. Dhabhar, N.E. Adler, J.D. Morrow, and R.M. Cawthon. 2004. Accelerated telomere shortening in response to life stress. Proceedings of the National Academy of Sciences (USA) 101: 17312-17315.
http://www.pnas.org/content/101/49/17312
xyplot(years ~ telomere.length, Telomeres,
xlab = "Time since diagnosis (years)",
ylab = "Telomere length (ratio)"
)