Psych {BSDA}R Documentation

Correct responses for 24 students in a psychology experiment

Description

Data for Exercise 1.42

Usage

Psych

Format

A data frame with 23 observations on the following variable.

score
a numeric vector

Source

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

Examples

str(Psych)
attach(Psych)
stem(score)
EDA(score)
detach(Psych)

[Package BSDA version 0.1 Index]