Question
x <- c(3, 7, NA, 4, 7)
y <- c(5, NA, 1, 2, 2)
x + y
a.
Symbol
b.
Missing Data
c.
5
d.
15.5
Posted under R Programming
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. What will be the output of the following R code?
Similar Questions
Discover Related MCQs
Q. R language is a dialect of which of the following languages?
View solution
Q. R language has superficial similarity with _________
View solution
Q. How many atomic vector types does R have?
View solution
Q. What is the function to set row names for a data frame?
View solution
Q. A single element of a character vector is referred as ________
View solution
Q. R files has an extension ______
View solution
Q. If the code is stored in the external file, which of the following function is used to call them to a working directory?
View solution
Q. Advanced programmers can write ______ code to manipulate R objects.
View solution
Q. In ________ Insightful purchased the S language from Lucent for $2 million.
View solution
Q. Functionality of R is divided into a number of __________
View solution
Q. Dataframes can be converted into a matrix by calling the following function data ______
View solution
Q. Which of the following is not an object of R?
View solution
Q. Is It possible to inspect the source code of R?
View solution
Q. How to install for a package and all of the other packages on which for depends?
View solution
Q. __________ function is used to watch for all available packages in library.
View solution
Q. The longer programs are called ____________
View solution
Q. Scripts will run on ___________________
View solution
Q. Which of the following is a “Recommended” package in R?
View solution
Q. Full Form of GUI is ___________________
View solution
Q. ____________ provides a point-and-click interface to many basic statistic problems.
View solution
Suggested Topics
Are you eager to expand your knowledge beyond R Programming? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!