| iscaminvnorm | R Documentation |
Inverse Normal Calculation
iscaminvnorm(prob1, mean = 0, sd = 1, Sd = sd, direction, verbose = TRUE)
prob1 |
probability to find normal quantile of. |
mean |
mean of normal distribution. |
sd |
standard deviation of normal distribution. |
Sd |
deprecated–available for backwards compatibility. |
direction |
direction for probability calculation: "above", "below", "outside", "between". |
verbose |
Logical, defaults to |
a plot of the normal distribution with the quantile of the specified probability highlighted.
iscaminvnorm(0.05, direction = "below")
iscaminvnorm(0.90, mean = 100, sd = 15, direction = "above")
iscaminvnorm(0.10, direction = "outside")
iscaminvnorm(0.95, direction = "between")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.