E7.4 {SenSrivastava} | R Documentation |
Data on PCO2 and Cerebral Blood Flow for Five Regions of the Brain of five Chimpanzees
Description
The E7.4
data frame has 5 rows and 11 columns.
Five baby chimpanzees were injected with a heavy dose of HIV
infection. After six months, the radio-active microsphere technique
was used to measure brain blood flow in ml per 100 grams of brain tissue,
from five regions of the brain.
The partial pressure of carbon dioxide in millimeters of mercury was
also obtained.
Usage
data(E7.4)
Format
This data frame contains the following columns:
- Ch.
-
a numeric vector, id number of chimpanzee.
- Fron.x
-
a numeric vector, Frontal partial pressure of carbon dioxide.
- Fron.y
-
a numeric vector, Frontal blood flow.
- Pari.x
-
a numeric vector, Parietal partial pressure of carbon dioxide.
- Pari.y
-
a numeric vector, Parietal blood flow.
- Occi.x
-
a numeric vector, Occipital partial pressure of carbon dioxide.
- Occi.y
-
a numeric vector, Occipital blood flow.
- Temp.x
-
a numeric vector, Temporal partial pressure of carbon dioxide.
- Temp.y
-
a numeric vector, Temporal blood flow.
- Cere.x
-
a numeric vector, Cerebellum partial pressure of carbon dioxide.
- Cere.y
-
a numeric vector, Cerebellum blood flow.
Source
Tonse Raju, M.D. Department of pediatrics, University of Illinois at Chicago.
Examples
data(E7.4)
summary(E7.4)