InNorm: Inverse normal Probability

Description Usage Arguments Value Examples

Description

Inverse normal Probability

Usage

1
InNorm(prob1, mean = 0, sd = 1, direction)

Arguments

prob1

Calculates the normal quantile of a specified probability

mean

mean = 0

sd

sd = 1

direction

above,below, outside, or between

Value

Inverse Normal Probability

Examples

1
2
3
4
InNorm(0.88, direction="above")
InNorm(0.43, direction="below")
InNorm(0.95, direction="outside")
InNorm(0.88, direction="between")

jungd/ImproveISCAM documentation built on May 20, 2019, 4:24 a.m.