data record
data table
data frame
data array
Just plain “data”
question id: rows-columns
\[ \newcommand{\dnorm}{\text{dnorm}} \newcommand{\pnorm}{\text{pnorm}} \newcommand{\recip}{\text{recip}} \]
Reading question 7.1 What is the name given in the Reading for an array of rows and columns holding data?
data record
data table
data frame
data array
Just plain “data”
question id: rows-columns
Reading question 7.2 Which of these is used as the generic name for a column?
variable
unknown
measurement
instance
question id: variable-name
Reading question 7.3 Which R/mosaic function is used to plot data?
plot()
data_plot()
gf_point()
scatter()
scatter_plot()
question id: plot-data
Reading question 7.4 There is a kind of punctuation in R used to link together two functions, for example,
gf_point(...) |> slice_plot(...)
|>
punctuation?question id: punctuation
Reading question 7.5 A trivia question that you can look up in the Reading: What is the displacement for the Webra Speedy internal combustion engine?
question id: webra-speedy
Reading question 7.6 Run the code in in Active R chunk lst-engines-power-law. It is the same as that used for an example in the chapter.
What is it about the data points that tells us stroke_model
is not an exact representation of the data?