Learn R Programming

BSDA (version 1.01)

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

Format

A data frame with 17 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Schizop2)
attach(Schizop2)
EDA(score)
SIGN.test(score,md=22,alternative="greater")
detach(Schizop2)
# }

Run the code above in your browser using DataLab