r2norm | R Documentation |
Random generation for Gaussian distributions different at left and right
r2norm(n, mean = 0, sd_low = 1, sd_high = 1)
n |
number of observations. |
mean |
vector of means |
sd_low |
vector of standard deviations below the mean. |
sd_high |
vector of standard deviations above the mean. |
r2norm returns random numbers for Gaussian distributions different at left and right
r2norm returns random numbers
Marc Girondot marc.girondot@gmail.com
Other Distributions:
cutter()
,
dSnbinom()
,
dbeta_new()
,
dcutter()
,
dggamma()
,
logLik.cutter()
,
plot.cutter()
,
print.cutter()
,
rcutter()
,
rmnorm()
,
rnbinom_new()
## Not run:
n <- r2norm(1000, mean=25, sd_low=2, sd_high=10)
hist(n)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.