Q.1.
What will be the output of the following R code? x <- c(NA,y <- c(NA, x + y
Q.2.
R was named partly after the first names of____R authors?
Q.3.
__________ function is used to watch for all available packages in library.
Q.4.
Predictive analysis is the branch of __________analysis?
Q.5.
In R studio, Scripts will run on ___________________
Q.6.
The following block for loop is for the _ programming language:
Q.7.
Which one is true about R packages ? (the answer can be more than one)
Q.8.
Choose the following statement that is false about Bioconductor!
Q.9.
The broad goals of the Bioconductor project are....
Q.10.
________command is used to exit R programming?
Q.11.
_________code is used for box and whisker plot in R.
Q.12.
_________code is used for scatter plot in R.
Q.13.
We wish to calculate the correlation between two columns of a dataset. Which of the below codes will achieve the purpose?
Q.14.
Which of the following graph can be used for simple summarization of data?
Q.15.
__________code can be used to plot the correlation matrix in the form of correlogram
Q.16.
___________shortcut used to clear the console.
Q.17.
_________code is used to run linear regression model in R.
Q.18.
________ generate random Normal variates with a given mean and standard deviation.
Q.19.
Which of the following finds the maximum value in the vector x
Q.20.
Who created R?