mxNormalQuantiles | R Documentation |
Get quantiles from a normal distribution
mxNormalQuantiles(nBreaks, mean = 0, sd = 1)
nBreaks |
the number of thresholds, or a vector of the number of thresholds |
mean |
the mean of the underlying normal distribution |
sd |
the standard deviation of the underlying normal distribution |
a vector of quantiles
mxNormalQuantiles(3)
mxNormalQuantiles(3, mean=7)
mxNormalQuantiles(2, mean=1, sd=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.