Learn R Programming

BSDA (version 1.2.1)

Dopamine: Dopamine b-hydroxylase activity of schizophrenic patients treated with an antipsychotic drug

Description

Data for Exercises 5.14 and 7.49

Usage

Dopamine

Arguments

Format

A data frame/tibble with 25 observations on two variables

dbh

dopamine b-hydroxylase activity (units are nmol/(ml)(h)/(mg) of protein)

group

a factor with levels nonpsychotic and psychotic

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

boxplot(dbh ~ group, data = Dopamine, col = "orange")
t.test(dbh ~ group, data = Dopamine, var.equal = TRUE)

Run the code above in your browser using DataLab