Answer Posted / Runjay Kumar Singh
In R, a distribution refers to a statistical model for generating random data from specific probability distributions like normal, uniform, binomial, Poisson, etc. Functions like rnorm(), runif(), rbinom(), and rpois() can be used to generate random samples from these distributions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers