Description Usage Arguments Value Examples
Quantile Plot of the Standard Normal Distribution
1 | snorm.quant(pv, pv2, mt, dig = 4)
|
pv |
Vector of probability values |
pv2 |
Vector of specific probability values |
mt |
Graph title (default="Quantiles of the Standard Normal Distribution") |
dig |
Number of digits below the decimal point, Default: 4 |
None.
1 2 | pv = c(0.005, 0.01, 0.025, 0.05, 1:9/10, 0.95, 0.975, 0.99, 0.995)
snorm.quant(pv, pv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.