This dataset, histamine_matrix, is a matrix containing data on blood histamine levels in dogs after drug treatment. Sixteen dogs were used to assess morphine and trimethaphan effects on blood histamine concentration. Dogs were divided into four groups: two received morphine, two received trimethaphan (both intravenous). In each drug pair, one group had histamine depleted prior to treatment, the other retained normal levels. Values of "0.10" indicate originally missing data, arbitrarily imputed with that value.
Usage
data(histamine_matrix)
Format
A numeric matrix with 16 rows and 4 columns:
- Before
Blood histamine levels measured before drug administration
- After1
Histamine levels measured after 1 minute
- After3
Histamine levels measured after 3 minutes
- After5
Histamine levels measured after 5 minutes
Details
The dataset name has been kept as 'histamine_matrix' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MedxR package and assists users in identifying its specific characteristics. The suffix 'matrix' indicates that the dataset is stored as a matrix object. The original content has not been modified in any way.