Looking for Data Science / Datawetenskap - 141 test answers and solutions? Browse our comprehensive collection of verified answers for Data Science / Datawetenskap - 141 at emslearn.sun.ac.za.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
A data frame is a rectangular collection of values, usually organised so that variables appear in the columns and observations appear in rows.
Which of the following functions can be used to determine what the current working directory in an R session is?
Consider the following data frame in R, named mydf:
What would the result of the following command be?
The mtcars object in R is a data frame.
What is the output of the following command?
The commands
and
in R will produce exactly the same output.
In R, NA means "not available" and is used to indicate missing values.
Logical vectors in R can only contain the values TRUE and FALSE.
What is the output of the following command?