Learn R Programming

BSDA (version 1.01)

Psych: Correct responses for 24 students in a psychology experiment

Description

Data for Exercise 1.42

Usage

Psych

Arguments

Format

A data frame with 23 observations on the following variable.

score

a numeric vector

Examples

Run this code
# NOT RUN {
str(Psych)
attach(Psych)
stem(score)
EDA(score)
detach(Psych)
# }

Run the code above in your browser using DataLab