Learn R Programming

BSDA (version 1.01)

Schizoph: Standardized exam scores for 13 patients to investigate the learning ability of schizophrenics after a specified dose of a tranquilizer

Description

Data for Example 6.10

Usage

Schizoph

Arguments

Format

A data frame with 13 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Schizoph)
attach(Schizoph)
EDA(score)
t.test(score,mu=20)
detach(Schizoph)
# }

Run the code above in your browser using DataLab