Description Usage Arguments Value Examples
a random sample of size 1000 from Beta(3,2) distribution
1 | rbetA(n, a, b)
|
n |
the samples number (numeric) |
a |
the first parameter of the distribution (numeric) |
b |
the second parameter of the distribution (numeric) |
a random sample of size n
1 2 3 4 | ## Not run:
rrrr<- Rbeta(n,a,b)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.