Question
a.
dnorm(x, mean=0, sd=1, log = FALSE)
b.
pnorm(q, mean=0, sd=1, lower.tail = TRUE, log.p = FALSE)
c.
qnorm(p, mean=0, sd=1, lower.tail = TRUE, log.p = FALSE)
d.
rnorm(n, mean=0, sd=1)
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 statement is normal distribution?
Similar Questions
Discover Related MCQs
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
Q. Which of the following statement applies the function (FUN) to either rows (1) or columns (2) on object X?
View solution
Q. Which of the following statement finds the maximum for each column?
View solution
Q. Which of the following statement tells the row with the minimum value for every column?
View solution
Q. Which of the following may be used for linear regression?
View solution
Q. Which of the following sets the size of the outer margins for the graph?
View solution
Q. Which of the following function is used for plotting histogram?
View solution
Q. Which of the following will add the title “R language” to the graph?
View solution
Q. ______ let’s you perform SQL queries on your R data frames.
View solution
Q. ______ splits a data frame and results an array.
View solution
Q. ________ makes it incredibly easy to fit time series models like ARIMA, ARMA, AR, Exponential Smoothing, etc.
View solution
Q. ________ provides needed string operators in R.
View solution
Q. Which of the following syntax is used to install forecast package?
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!