What is the distribution in R?
Answer / 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 |
What are features of r functions?
How would you check the distribution of a categorical variable in r?
Why is R Important?
How can we create a table using R language without using external files?
What is a graphic device?
What is the difference between library() and require() functions in r language?
What is iPlots?
Explain how to repeat vectors in r?
Why is R useful for data science?
What is the Use of String Utilities in the edtdbg Debugging Tool in R string manipulation?
Name some functions which can be used for debugging in r?
What is the difference between a bar-chart and a histogram? Where would you use a bar-chart and where would you use a histogram?