reading | R Documentation |
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.
reading
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) |
# A short summary of the variables
summary(reading)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.