Schizoph {BSDA}R Documentation

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

Format

A data frame with 13 observations on the following variable.

score
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Schizoph)
attach(Schizoph)
EDA(score)
t.test(score,mu=20)
detach(Schizoph)

[Package BSDA version 0.1 Index]