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?

50

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”.

405

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?

48

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 steps to build and evaluate a linear regression model in r?

63


What are the different packages in r?

49


What does tcp/ip work?

60


Given a vector of values, how would you convert it into a time series object?

67


What is JIT in R?

64






Give the command to check if the element 15 is present in vector x?

67


how would you build a scatter-plot using plotly?

51


What is the different type of sorting algorithms available in R language?

55


How would you extract one particular word from a string?

53


What is the usage of the lattice package in R?

70


How do you build and evaluate a random forest in r?

60


What is the use of sink(), Library () and search() function?

64


Explain how to create a function in arguments using apply() in r?

61


Explain about confusion matrix in r?

53


Explain the usage of which() function in r language?

68