Learn R Programming

BSDA (version 0.1)

Schizop2: 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

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab