rnorm_fixed | R Documentation |
Create a normal random variable of a given length with fixed mean and standard deviation
rnorm_fixed(n, mu = 0, sigma = 1)
n |
Number of observations |
mu |
mean |
sigma |
standard deviation |
rnorm_fixed(100, mu = 0, sigma = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.