powered by
Inverse Normal Calculation
iscaminvnorm(prob1, mean = 0, sd = 1, Sd = sd, direction, verbose = TRUE)
a plot of the normal distribution with the quantile of the specified probability highlighted.
probability to find normal quantile of.
mean of normal distribution.
standard deviation of normal distribution.
deprecated--available for backwards compatibility.
direction for probability calculation: "above", "below", "outside", "between".
Logical, defaults to TRUE. Set to FALSE to suppress messages
TRUE
FALSE
iscaminvnorm(0.05, direction = "below") iscaminvnorm(0.90, mean = 100, sd = 15, direction = "above") iscaminvnorm(0.10, direction = "outside") iscaminvnorm(0.95, direction = "between")
Run the code above in your browser using DataLab