722). What kind of data can be run in R?

[A]Binary
[B]Text
[C]Decimals
[D]All kinds

Show Answer

723). Which of the following is/are not the features of R?

[A]Small
[B]Self-contained
[C]Extensible
[D]Large

Show Answer

724). What is the advantage for Linux users using R?

[A]They get a command sequence to install the particular Linux flavor
[B]They get a compiled installer
[C]Easily compatible
[D]Runtime is less

Show Answer

725). Which of the following is the base install for R?

[A]Contrib
[B]Base
[C]Rtools
[D]RBase

Show Answer

726). Which of the following comes with compiled third-party packages?

[A]Contrib
[B]Base
[C]Rtools
[D]RBase

Show Answer

727). Which of the following comes with tools to build your own R packages?

[A]Contrib
[B]Base
[C]Rtools
[D]RBase

Show Answer

728). The code of the R language has an extension?

[A].Rl
[B] .R
[C].lR
[D].RR

Show Answer

729). Which of the following is used to run ad hoc R commands?

[A] R Console
[B]R Primer
[C]Both R Console and R Primer
[D] R timer

Show Answer

730). Which is the keyword used to open the Help window?

[A]()
[B]#
[C]?
[D]=

Show Answer

731). For a more extensive search, which keyword needs to be used?

[A]??
[B]?
[C]?=
[D] =?

Show Answer