SCHIZO: Dopamine Activity

SCHIZOR Documentation

Dopamine Activity

Description

Twenty-five patients with schizophrenia were classified as psychotic or nonpsychotic after being treated with an antipsychotic drug. Samples of cerebral fluid were taken from each patient and assayed for dopamine β-hydroxylase (DBH) activity. The dopamine measurements for the two groups are in nmol/ml-hour per milligram of protein.

Usage

SCHIZO

Format

A data frame with 25 observations on the following 2 variables:

  • dopamine (dopamine activity level)

  • classification (factor with levels psychotic and nonpsychotic)

Source

Sternberg, D. E., Van Kammen, D. P., and Bunney,W. E. 1982. “Schizophrenia: Dopamine β-Hydroxylase Activity and Treatment Response.” Science, 216: 1423-1425.

References

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. 2015. Probability and Statistics with R, Second Edition. Chapman & Hall / CRC.

Examples

ggplot(data = SCHIZO, aes(x = classification, y = dopamine)) + geom_boxplot()

alanarnholt/PASWR2 documentation built on June 2, 2022, 5:20 a.m.