Learn R Programming

dauR (version 1.0)

reading: This dataset demonstrates the concept of Mediation, Moderation & Confounding

Description

The dataset contains 200 observations and five variables, namely reading_time, vocab, test_score, access_resources and read_motiv.

Usage

reading

Arguments

Format

A data frame with 200 rows and five variables:

reading_time

Time spent in reading

vocab

Measure of richness of vocubulary

test_score

Score from the

access_resources

Access to Resources

read_motiv

Measure of motivation for reading

Examples

Run this code
data(reading, package = "dauR")
head(reading)

Run the code above in your browser using DataLab