Schizop2 {BSDA}R Documentation

Exam scores for 17 patients to assess the learning ability of schizophrenics after taking a specified does of a tranquilizer

Description

Data for Exercise 6.99

Usage

Schizop2

Format

A data frame with 17 observations on the following variable.

score
a numeric vector

Source

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

Examples

str(Schizop2)
attach(Schizop2)
EDA(score)
sign.test(score,md=22,alternative="greater")
detach(Schizop2)

[Package BSDA version 0.1 Index]