Description Usage Format Details Source Examples
Stem cells were used as the treatment for sheep that had suffered a heart attack.
1 | data("stem.cells")
|
A data frame with 18 observations on the following 3 variables.
trmt
Factor indicating the treatment group.
before
Heart pumping function, pre-experiment.
after
Heart pumping function, post-experiment.
The animals used were sheep, and the embryonic stem cells were from mice. The control had no treatments. The ESC group had stem cells transplanted to their hearts.
The data were estimated from a plot in Menard C, et al. 2005. Transplantation of cardiac-committed mouse embryonic stem cells to infarcted sheep myocardium: a preclinical study. The Lancet 366(9490):1005-1012.
1 2 3 | data(stem.cells)
change <- stem.cells$after - stem.cells$before
summary(lm(change ~ trmt, stem.cells))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.