My Report

R Programming Practice Test 1


Correct Answer: 2 points | Wrong: -1 point
Grades: A* (100% score) | A (80%-99%) | B (60%-80%) | C (40%-60%) | D (0%-40%)
advertisement

1. What is the mode of b in the following R code?

     b <- c(TRUE, TRUE, 1)

2. How can we define ‘infinity’ in R language?

3. How can we define ‘undefined value’ in R language?

4. Functionality of R is divided into a number of __________

5. In 1991, R was created by Ross Ihaka and Robert Gentleman in the Department of Statistics at the University of _________

6. What is the length of b?

b <- 2:7

7. In R language, a vector is defined that it can only contain objects of the ________

8. If the code is stored in the external file, which of the following function is used to call them to a working directory?

9. Which of the following will start the R program?

10. Which of the following is used for Statistical analysis in R language?


 

Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.