Q. . . . . . . . . is used to determine what is plotted for each group.

  • (A) panel.expose
  • (B) panel.impose
  • (C) panel.superpose
  • (D) panel.depose
πŸ’¬ Discuss
βœ… Correct Answer: (C) panel.superpose

Q. Point out the wrong statement?

  • (A) Drawing samples from specific probability distributions can be done with "s" functions
  • (B) The sample() function draws randomly from a specified set of (scalar) objects allowing you to sample from arbitrary distributions of numbers
  • (C) The sampling() function draws randomly from a specified set of objects
  • (D) You should always set the random number seed when conducting a simulation
πŸ’¬ Discuss
βœ… Correct Answer: (B) The sample() function draws randomly from a specified set of (scalar) objects allowing you to sample from arbitrary distributions of numbers

Q. Point out the correct statement?

  • (A) is.theme reports whether x is a real object
  • (B) is.object reports whether x is a aesthetic object
  • (C) qplot is used for quick plot
  • (D) ggplot describe the type of plot you will produce
πŸ’¬ Discuss
βœ… Correct Answer: (C) qplot is used for quick plot

Q. which of the following functions can be used to finely control the appearance of all lattice plots ?

  • (A) par()
  • (B) print.trellis()
  • (C) splom()
  • (D) trellis.par.set()
πŸ’¬ Discuss
βœ… Correct Answer: (D) trellis.par.set()

Q. . . . . . . . . function is used to simulate binary random variables.

  • (A) dnorm
  • (B) rbinom()
  • (C) binom()
  • (D) rpois
πŸ’¬ Discuss
βœ… Correct Answer: (B) rbinom()

Q. . . . . . . . . display contours of a 3d surface in 2d.

  • (A) aes_contour
  • (B) geom_contour
  • (C) aes_gem
  • (D) aes_auto
πŸ’¬ Discuss
βœ… Correct Answer: (B) geom_contour

Q. . . . . . . . . modify a ggplot or theme object by adding on new components.

  • (A) +.gg
  • (B) -.gg
  • (C) /.gg
  • (D) .gg
πŸ’¬ Discuss
βœ… Correct Answer: (A) +.gg

Q. How many functions exist for tidying the data?

  • (A) one
  • (B) two
  • (C) three
  • (D) four
πŸ’¬ Discuss
βœ… Correct Answer: (C) three

Q. . . . . . . . . uses regex groups instead of a splitting pattern or position.

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

Q. . . . . . . . . generate aesthetic mappings that describe how variables in the data.

  • (A) aes_all
  • (B) aes_auto
  • (C) aes
  • (D) aes_string
πŸ’¬ Discuss
βœ… Correct Answer: (C) aes