

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your R Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
Functions are defined using the _________ directive and are stored as R objects. |
A. | function() |
B. | funct() |
C. | functions() |
D. | fun() |
Answer» B. funct() | |
2. |
Which of the following is apply function in R? |
A. | apply() |
B. | tapply() |
C. | fapply() |
D. | rapply() |
Answer» C. fapply() | |