R Basics Online Quiz 6

R Basics Online Quiz: The R language is a free and open-source language developed by Ross Ihaka and Robert Gentleman in 1991 at the University of Auckland, New Zealand. The R Language is used for statistical computing and graphics to clean, analyze, and graph your data. Let us start with the R Basics Online Quiz.

This quiz is about R Basics, covering the topics of R sequence operator, R objects, R Environment, and many more.

1. The ______________ is your current R working environment that includes user-defined objects

 
 
 
 

2. ___________ developed R language

 
 
 
 

3. What type of plot will the following code create?
ggplot(data = penguins) +
geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g))

 
 
 
 

4. In 1991 R Language was created by Ross Ihaka and Robert Gentleman in the Department of Statistics at the University of ____________.

 
 
 
 

5. A data analyst inputs the following command:
quartet %>% group_by(set) %>% summarize(mean(x), sd(x), mean(y), sd(y), cor(x, y)).

Which of the functions in this command can help them determine how strongly related their variables are?

 
 
 
 

6. R Language functionality is divided into a number of ________

 
 
 
 

7. In R, an object name cannot start with

 
 
 
 

8. A data analyst wants to create the date February 27th, 2027 using the lubridatefunctions. Which of the following are examples of code that would create this value?

 
 
 
 

9. Which of the following software is used for statistical analysis in R

 
 
 
 

10. What does CRAN stand for _________ ?

 
 
 
 

11. GUI stands for

 
 
 
 

12. Which of the following functions can a data analyst use to get a statistical summary of their dataset?

 
 
 
 

13. R was named partly after the first names of _____________ R authors?

 
 
 
 

14. Factors in R, are used to represent the

 
 
 
 

15. Which of the following describes R Language best

 
 
 
 

16. A sequence of integer values can be created using the operator

 
 
 
 

17. The R console is a tool that is used to write (insert) standard

 
 
 
 

18. R is an _____________ programming language

 
 
 
 

19. In ggplot2, you can use the __________ function to specify the data frame to use for your plot.

 
 
 
 

20. The file “.RData” in the current R session is

 
 
 
 


Frequently Asked Questions About R
R Basics Quiz

R Basics Online Quiz with Answers

  • A sequence of integer values can be created using the operator
  • R is an ———— programming language
  • The ———— is your current R working environment that includes user-defined objects
  • Which of the following software is used for statistical analysis in R
  • R was named partly after the first names of ———— R authors.
  • The R console is a tool that is used to write (insert) standard
  • In R, an object name cannot start with
  • The file “.RData” in the current R session is
  • Which of the following describes R Language best
  • R Language functionality is divided into a number of ————
  • GUI stands for
  • What does CRAN stand for ————?
  • In 1991 R Language was created by Ross Ihaka and Robert Gentleman in the Department of Statistics at the University of ————.
  • ———— developed R language
  • Factors in R, are used to represent the
  • Which of the following functions can a data analyst use to get a statistical summary of their dataset?
  • A data analyst inputs the following command: quartet %>% group_by(set) %>% summarize(mean(x), sd(x), mean(y), sd(y), cor(x, y)). Which of the functions in this command can help them determine how strongly related their variables are?
  • In ggplot2, you can use the ———— function to specify the data frame to use for your plot.
  • What type of plot will the following code create? ggplot(data = penguins) + geom_point(mapping = aes(x = flipper_length_mm, y = body_mass_g))
  • A data analyst wants to create the date February 27th, 2027 using the lubridate functions. Which of the following are examples of code that would create this value?

MCQs General Knowledge

MCQs in Statistics

Leave a Reply