Learn R Programming

ISCAM (version 1.0.0)

iscaminvnorm: Inverse Normal Calculation

Description

Inverse Normal Calculation

Usage

iscaminvnorm(prob1, mean = 0, sd = 1, Sd = sd, direction, verbose = TRUE)

Value

a plot of the normal distribution with the quantile of the specified probability highlighted.

Arguments

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 TRUE. Set to FALSE to suppress messages

Examples

Run this code
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