Learn R Programming

randomizationInference (version 1.0.4)

reading: Reading Data

Description

Pre- and post-treatment reading comprehension test scores for 66 students randomly assigned to one of three methods for teaching reading comprehension.

Usage

data(reading)

Arguments

Format

A data set of 66 students with 6 variables:

Subject

student ID numbers

Block

block designations

Group

treatment group assignments

Pre1

pre-treatment reading comprehension test scores

Post1

post-treatment reading comprehension test scores

Diff1

changes in test score (improvement if positive)

Examples

Run this code
# NOT RUN {
  data(reading)
# }

Run the code above in your browser using DataLab