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 |
What data Visualizations in R you should learn?
What is the power analysis?
How to construct a new s3 class?
Explain RStudio.
What is white noise model in r?
What is logistic regression?
What is the of use Matrix package?
What will be the result of multiplying two vectors in r having different lengths?
What is using all() and any()?
How to call c function from r?
Name some functions available in “dplyr” package.
How can you resample statistical tests in r language?