Question
a.
x1 <- c(snorm(n))
b.
x1 <- c(pnorm(n))
c.
x1 <- c(rnorm(n))
d.
x1 >- c(norm(n))
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. Which of the following code create a n item vector of random normal deviates?
Similar Questions
Discover Related MCQs
Q. Which of the following statement can read csv files?
View solution
Q. Which of the following statement read a tab or space delimited file?
View solution
Q. Which of the following statement chose those objects meeting a logical criterion?
View solution
Q. Which of the following statement is another way to get a subset?
View solution
Q. Which of the following sort a dataframe by the order of the elements in B?
View solution
Q. Which of the following is Mac menu command?
View solution
Q. _____ list the variables in the workspace.
View solution
Q. ___________ remove all the variables from the workspace.
View solution
Q. Which of the following code will drop the nth column?
View solution
Q. Which of the following code drop the ith and jth column?
View solution
Q. Which of the following statement find cases with no missing values?
View solution
Q. Which of the following statement is normal distribution?
View solution
Q. which of the following statement gives cumulative sum?
View solution
Q. Which of the following is uniform distribution?
View solution
Q. Which of the following truncates real x to integers?
View solution
Q. Which of the following tests each element of x for membership in y?
View solution
Q. Which of the following finds the maximum value in the vector x, exclude missing values?
View solution
Q. Which of the following produces the variance covariance matrix?
View solution
Q. Which of the following will reverse the order of values in x?
View solution
Q. Which of the following finds row sums for each level of a grouping variable?
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!