Q. R functionality is divided into a number of . . . . . . . .

  • (A) Packages
  • (B) Functions
  • (C) Domains
  • (D) Classes
πŸ’¬ Discuss
βœ… Correct Answer: (A) Packages

Q. In order to use the R-related functionality in Dundas BI, you must have access to an existing . . . . . . . .

  • (A) Console
  • (B) Terminal
  • (C) Packages
  • (D) R server
πŸ’¬ Discuss
βœ… Correct Answer: (D) R server

Q. Command lines entered at the console are limited to about . . . . . . . . bytes.

  • (A) 3000
  • (B) 4095
  • (C) 5000
  • (D) 6000
πŸ’¬ Discuss
βœ… Correct Answer: (B) 4095

Q. Point out the wrong statement?

  • (A) One nice feature that R shares with many popular open source projects is frequent releases
  • (B) R has sophisticated graphics capabilities
  • (C) S's base graphics system allows for very fine control over essentially every aspect of a plot or graph
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) S's base graphics system allows for very fine control over essentially every aspect of a plot or graph

Q. The R-help and . . . . . . . . mailing lists have been highly active for over a decade now.

  • (A) R-mail
  • (B) R-devel
  • (C) R-dev
  • (D) R-del
πŸ’¬ Discuss
βœ… Correct Answer: (B) R-devel

Q. . . . . . . . . text editor provides more general support mechanisms via ESS for working interactively with R.

  • (A) EAC
  • (B) Emacs
  • (C) Shell
  • (D) ECAP
πŸ’¬ Discuss
βœ… Correct Answer: (B) Emacs

Q. Which of the following is a base package for R language?

  • (A) util
  • (B) lang
  • (C) tools
  • (D) spatial
πŸ’¬ Discuss
βœ… Correct Answer: (C) tools

Q. What is the function to set column names for a matrix?

  • (A) names()
  • (B) colnames()
  • (C) col.names()
  • (D) column name cannot be set for a matrix
πŸ’¬ Discuss
βœ… Correct Answer: (B) colnames()

Q. What will be the output of the following R code?
x<- c (“a”,” b”)
as.numeric(x)

  • (A) [1] 1 2
  • (B) [1] TRUE TRUE
  • (C) [1] NA NA (Warning message: NAs introduced by coercion)
  • (D) [1] NAN
πŸ’¬ Discuss
βœ… Correct Answer: (C) [1] NA NA (Warning message: NAs introduced by coercion)

Q. Files containing R scripts ends with extension . . . . . . . .

  • (A) .S
  • (B) .R
  • (C) .Rp
  • (D) .SP
πŸ’¬ Discuss
βœ… Correct Answer: (B) .R