What is the difference between rnorm and runif functions ?
Answer / Anurag Kumar Srivastava
rnorm generates normally distributed random numbers, while runif generates uniformly distributed random numbers. Both functions take arguments specifying the mean and standard deviation for rnorm or the minimum and maximum for runif. The main difference is in the distribution of the generated values.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you get the standard deviation for a vector x?
How will you combine multiple different string like “data”, “science”, “in” ,“r”, “programming” as a single string “data_science_in_r_programmming” ?
What is the tree in r?
Explain general format of matrices in r?
Describe grep() in r string manipulation?
Explain in brief preliminaries of C/C++?
How can you simulate random walk model using r?
Explain how to name the list elements in r?
Tell me something about shinyr.
How would you join multiple strings together?
List the functions available in “dplyr” package?
Explain what is with () and by () function in r is used for?