snorm.cdf | R Documentation |
Plot Standard Normal Cumulative Probability P(Z<z)
snorm.cdf(zp, lo = -4, up = 4, mt, dig = 4)
zp |
Vector of z-axis values (default=-2:2) |
lo |
Lower limit of z-axis, Default: -4 |
up |
Upper limit of z-axis, Default: 4 |
mt |
Graph title, Default: 'Cumulative Probabilities of the Standard Normal Distribution' |
dig |
Number of digits below the decimal point (default=4), Default: 4 |
None.
zp = seq(-2, 2, by=0.5) snorm.cdf(zp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.