rnorm_bounded: A bounded version of rnorm
Description
A bounded version of rnorm
Usage
rnorm_bounded(n, mean = 0, sd = 1, min = -Inf, max = Inf)
Arguments
n
number of observations. If length(n) > 1
, the length
is taken to be the number required.
sd
vector of standard deviations.
min
lower limits of the distribution.
max
upper limits of the distribution.
Value
Generates values with rnorm, bounded by [min, max]
Examples
Run this code# NOT RUN {
rnorm_bounded(10)
# }
Run the code above in your browser using DataLab