reading: reading: The Reading Ability of Children

readingR Documentation

reading: The Reading Ability of Children

Description

The reading ability was measured at different ages for three children. This is a tiny data set to illustrate the importance of dependency in data.

Usage

reading

Format

A tibble with 6 observations (rows) and 3 variables (columns).

Column name Data type Description Values
[,1] Age numeric The age of the child when the reading ability was measured (6-9)
[,2] Reading.ability numeric The measured reading ability (4.4-7.8)
[,3] Child factor Three different children (1, 2, 3)

Examples


# A short summary of the variables
summary(reading)


thoree/stat340 documentation built on June 30, 2024, 4:04 p.m.