Learn R Programming

regtomean (version 1.1)

language_test: Language Test in High School

Description

A dataset with scores from 8 students who failed a high school test and could not get their diploma. They repeated the exam and got new scores.

Usage

data("language_test")

Arguments

Format

A data frame with 8 observations on the following 9 variables.

Student

a numeric vector

Before

a numeric vector

After

a numeric vector

Total N

a numeric vector

Cross

a numeric vector

Pre-treatment Mean

a numeric vector

Pre-treatment Std

a numeric vector

Post-treatment Mean

a numeric vector

Post-treatment Std

a numeric vector

Examples

Run this code
data(language_test)
## maybe str(language_test) ; plot(language_test) ...

Run the code above in your browser using DataLab