Inverse Normal Calculation
Usage
invnorm(prob1, mean = 0, sd = 1, direction)
Arguments
- prob1
probability to find normal quantile of.
- mean
mean of normal distribution.
- sd
standard deviation of normal distribution.
- direction
direction for probability calculation: "above", "below",
"outside", "between".
Value
a plot of the normal distribution with the quantile of the specified
probability highlighted.