powered by
Create a uniform distribution of a given size n.
n
uniform(n)
Numeric giving the size of the support of the distribution.
Dist object with support size n.
# NOT RUN { # Create uniform distributions of size 3 and 7 d <- uniform(3) d d <- uniform(7) d # }
Run the code above in your browser using DataLab