Explore topic-wise MCQs in R Programming.

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

In lm(response ~ terms), terms specification of the form first*second is same as __________

A. first+second
B. first:second
C. first+second+first:second
D. first:second+second:first
Answer» D. first:second+second:first
2.

What plot(s) are used to view the linear regression?

A. Scatterplot
B. Box plot
C. Density plot
D. Scatterplot, Boxplot, Density plot
Answer» E.
3.

The purpose of correct.cor is to correct _________ in values.

A. difference
B. reliability
C. error
D. similar
Answer» C. error
4.

Which of the following gives the summary of values likes mean etc?

A. mean
B. sd
C. describe
D. lm
Answer» D. lm
5.

Which of the following count the number of good cases when doing pairwise analysis?

A. count.pairwise
B. count() +
C. anova.para()
D. count.poly()
Answer» B. count() +
6.

Which of the following is used to plot multiple histograms?

A. multi.plot()
B. multi.hist
C. xyplot.multi()
D. poly()
Answer» C. xyplot.multi()
7.

Which of the following convert a matrix of phi coefficients to polychoric correlations?

A. poly()
B. qline()
C. phi2poly
D. multi.plot()
Answer» D. multi.plot()