Q. The elapsed time may be . . . . . . . . than the user time if your machine has multiple cores/processors.

  • (A) smaller
  • (B) greater
  • (C) equal to
  • (D) null
πŸ’¬ Discuss
βœ… Correct Answer: (A) smaller

Q. . . . . . . . . ensures reproducibility of the sequence of random numbers.

  • (A) sets.seed()
  • (B) set.seed()
  • (C) set.seedvalue()
  • (D) set.value()
πŸ’¬ Discuss
βœ… Correct Answer: (B) set.seed()

Q. . . . . . . . . is used to create a plot to illustrate patterns of missing values.

  • (A) ggmissplot
  • (B) ggmissing
  • (C) ggfluctuation
  • (D) ggpcp
πŸ’¬ Discuss
βœ… Correct Answer: (B) ggmissing

Q. Which of the following function works similar to separate()?

  • (A) extract()
  • (B) gather()
  • (C) sep()
  • (D) separate()
πŸ’¬ Discuss
βœ… Correct Answer: (A) extract()

Q. Which of the following function takes multiple columns?

  • (A) spread()
  • (B) gather()
  • (C) separate()
  • (D) extract()
πŸ’¬ Discuss
βœ… Correct Answer: (B) gather()

Q. The final bit of output that summaryRprof() provides is the . . . . . . . . interval and the total runtime.

  • (A) response
  • (B) sampling
  • (C) processing
  • (D) retrieve
πŸ’¬ Discuss
βœ… Correct Answer: (B) sampling

Q. . . . . . . . . is interval represented by a vertical line, with a point in the middle.

  • (A) geom_range
  • (B) geom_pointrange
  • (C) printplot
  • (D) geom_contour
πŸ’¬ Discuss
βœ… Correct Answer: (B) geom_pointrange

Q. Which of the following statement gives sampling interval?

  • (A) $sampling.interval
  • (B) $sampling.time
  • (C) $sampling.date
  • (D) $sampling.datetime
πŸ’¬ Discuss
βœ… Correct Answer: (B) $sampling.time

Q. Point out the wrong statement?

  • (A) mean_se is used to calculate mean and standard errors on either side
  • (B) hmisc wraps up a selection of summary functions from Hmisc to make it easy to use
  • (C) plot is used to create a scatterplot matrix (experimental)
  • (D) translate_qplot_base is used for translating between qplot and base graphics
πŸ’¬ Discuss
βœ… Correct Answer: (C) plot is used to create a scatterplot matrix (experimental)

Q. Point out the wrong statement?

  • (A) theme_minimal is minimalistic theme with no background annotations
  • (B) theme_color is classic-looking theme, with x and y axis lines and no gridlines
  • (C) theme_classic is a classic-looking theme
  • (D) translate_qplot_base is used for translating between qplot and base graphics
πŸ’¬ Discuss
βœ… Correct Answer: (B) theme_color is classic-looking theme, with x and y axis lines and no gridlines