How do you install a package in r?
From the below data-set, extract only those values where age>60 and sex=”f”.
How would you make multiple plots onto a single page in r?
What is principal component analysis and how can you create a pca model in r?
Name some functions available in “dplyr” package.
How would you check the distribution of a categorical variable in r?
Explain about “initialize()” function in r?
Write a custom function which will replace all the missing values in a vector with the mean of values.
How would you create a new r6 class?
How would you do a left and right join in r?
Name some packages in r, which can be used for data imputation?
What is a factor? How would you create a factor in r?
What is the use of stringr package. Give some examples of the functions in stringr.
give examples of while and for loop in r.
What is the method to define a constant?