MCQs > Educational Subjects & Techniques > Statistics With R MCQs > Statistical R-team and pot policy problem MCQs

Statistical R-team and pot policy problem MCQ

The results of running R code show in which pane?

Answer

Correct Answer: Console

Note: This Question is unanswered, help us to find answer for this one

In a data frame containing information on the age and height of 100 people, the people are the _____________ and age and height are the _____________.

Answer

Correct Answer: Observations, variables

Note: This Question is unanswered, help us to find answer for this one

The block of text at the top of a code file that introduces the project is called

Answer

Correct Answer: Prolog.

Note: This Question is unanswered, help us to find answer for this one

Which of the following opens the ggplot2 library?

Answer

Correct Answer: library(package = "ggplot2")

Note: This Question is unanswered, help us to find answer for this one

Which R data type is most appropriate for a categorical variable?

Answer

Correct Answer: Factor

Note: This Question is unanswered, help us to find answer for this one