R Programming Interview Questions
Questions Answers Views Company eMail

What are the different data structures in r? Briefly explain about them.

46

Name some functions which can be used for debugging in r?

51

How would you measure correlation in r?

60

How would you create a scatterplot using ggplot2 package?

52

how would you build a scatter-plot using plotly?

51

What are the different import functions in r?

64

How do you install a package in r?

51

From the below data-set, extract only those values where age>60 and sex=”f”.

409

How would you make multiple plots onto a single page in r?

83

What is principal component analysis and how can you create a pca model in r?

59

Name some functions available in “dplyr” package.

62

How would you check the distribution of a categorical variable in r?

67

Explain about “initialize()” function in r?

50

Write a custom function which will replace all the missing values in a vector with the mean of values.

37

How would you create a new r6 class?

58


Post New R Programming Questions

Un-Answered Questions { R Programming }

What are the disadvantages of R?

60


Write the r programming code for an array of words so that the output is displayed in decreasing frequency order?

70


What is the usage of the lattice package in R?

70


What is using all() and any()?

50


Explain how to operate on lists in r?

48






How can we create a table using R language without using external files?

69


How many data structures R has?

59


Explain what is with () and by () function in r is used for?

79


Explain about confusion matrix in r?

53


What is power analysis ?

61


Vector v is c(1,2,3,4) and list x is list(5:8), what is the output of v*x[[1]]?

167


Mention how you can produce co-relations and covariances?

62


What are the advantages of R?

50


Name all control statements present in r?

58


What will be the output of log (-5.8) when executed on r console?

59