normprob: Normal Probability

Description Usage Arguments Value Examples

Description

Normal Probability

Usage

1
normprob(xval, mean = 0, sd = 1, direction, label = NULL, xval2 = NULL)

Arguments

xval

this function calculates tail probability for the normal distribution.

mean

mean

sd

sd

direction

is a string for finding the probability above,below, between, or outside

label

the horizontal axis

xval2

This function calculates tail probability for the normal distribution.

Value

Normal Probability

Examples

1
2
3
4
normprob(2, direction="below")
normprob(2, direction="above")
normprob(-2, direction="between",xval2=2)
normprob(-2, direction="outside",xval2=2)

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