Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercises 5.14 and 7.49

Usage

data(Dopamine)

Arguments

Format

A data frame with 25 observations on the following 4 variables.

nonpsych

a numeric vector

psychotic

a numeric vector

DBH

a numeric vector

group

a numeric vector

Examples

Run this code
# NOT RUN {
str(Dopamine)
attach(Dopamine)
boxplot(DBH~group,names=c("Non Psychotic","Psychotic"))
t.test(DBH~group,var.equal=TRUE)
detach(Dopamine)
# }

Run the code above in your browser using DataLab