πŸ“Š R Programming
Q. Which of the following code create a n item vector of random normal deviates?
  • (A) x1 <- c(snorm(n))
  • (B) x1 <- c(pnorm(n))
  • (C) x1 <- c(rnorm(n))
  • (D) x1 >- c(norm(n))
πŸ’¬ Discuss
βœ… Correct Answer: (C) x1 <- c(rnorm(n))

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
117
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
83%
Success Rate