Load the built-in dataset ChickWeight
using:
ChickWeight
Do this in RStudio so you can look at the contents of the ChickWeight
dataframe
Which of the following is true:
ChickWeight
is not tidy: each chick has more than one row.ChickWeight
is tidy: each observation (a weight) is represented by
one row. The chick from which this measurement came is one of the
variables.ChickWeight
is not tidy: we are missing the year column.ChickWeight
is tidy: it is stored in a data frame.