exercise_prostate_cancer

Acute Exercise, Prostate Cancer Cell Growth, and Immune System Cell Growth


Overview

Blood serum is a component of blood important to the immune system. In this study, blood serum was collected from 10 men, both before and immediately after exercise. Each of these serum samples, two from each man, were then exposed to two types of cells:

LNCaP, which is a type of prostate cancer cell.

NIH3T3, which is an immune system cell.

The growth of the two types of cells was recorded after 48 hours.


Variables

  • patient: A number assigned to each patient.
  • cell: Type of cell, either "LNCaP" (prostate cancer cell) or "NIH3T3" (immune system cell).
  • serum: When the serum was collected, either "before" or "after" exercise.
  • growth: Cell proliferation, measured in arbitrary units. (Arbitrary units mean relative values are important but the absolute values are not.)


Loading Data

CSV Download

To access the data in R, type

source("http://www.openintro.org/books/statdata/exercise_prostate_cancer.R")

To access the data in SAS, type

filename exercise_prostate_cancer url 'http://www.openintro.org/books/statdata/exercise_prostate_cancer.csv'