Explore topic-wise MCQs in R Programming.

This section includes 10 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.

WHICH_OF_THE_FOLLOWING_IS_USED_TO_VIEW_DATASET_IN_A_SPREADSHEET-TYPE_FORMAT_??$

A. Disp()
B. View()
C. Seq()
D. All of the mentioned
Answer» C. Seq()
2.

_________function_carries_out_a_chi-square_test.$

A. chisq.test()
B. t.test()
C. prop.test()
D. fisher.test()
Answer» B. t.test()
3.

Which of the following builds empirical cumulative distribution function ?

A. ecdf()
B. cum
C. cumsum
D. all of the mentioned
Answer» B. cum
4.

Which of the following is lattice command for producing a scatterplot ?

A. plot()
B. lm()
C. xyplot()
D. all of the mentioned
Answer» D. all of the mentioned
5.

Which of the following compute proportions from a contingency table ?

A. par()
B. prop.table()
C. anova()
D. all of the mentioned
Answer» C. anova()
6.

which of the following statement make a mosaic plot ?

A. histogram()
B. mosaicplot()
C. bar()
D. all of the mentioned
Answer» C. bar()
7.

Which of the following groups find the correlation matrix ?

A. factor.model
B. col.max(x)
C. stem
D. which.max(x)
Answer» B. col.max(x)
8.

Which of the following function cross-tabulate tables using formulas ?

A. table
B. stem
C. xtabs
D. all of the mentioned
Answer» E.
9.

Which of the following finds the position of a quantile in a dataset ?

A. quantile()
B. barplot()
C. barchart()
D. all of the mentioned
Answer» B. barplot()
10.

Which of the following method make vector of repeated values ?

A. rep()
B. data()
C. view()
D. all of the mentioned
Answer» C. view()