Learn R Programming

PASWR2 (version 1.0.5)

SCHIZO: 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 \(\beta\)-hydroxylase (DBH) activity. The dopamine measurements for the two groups are in nmol/ml-hour per milligram of protein.

Usage

SCHIZO

Arguments

Format

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

  • dopamine (dopamine activity level)

  • classification (factor with levels psychotic and nonpsychotic)

References

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

Examples

Run this code
# NOT RUN {
ggplot(data = SCHIZO, aes(x = classification, y = dopamine)) + geom_boxplot()
# }

Run the code above in your browser using DataLab