Learn R Programming

LMoFit (version 0.1.6)

pnor: Cumulative distribution function of Noramal Distribution

Description

Cumulative distribution function of Noramal Distribution

Usage

pnor(x, para = c(10, 1.5))

Arguments

x

quantile/s

para

parameters as c(location, scale)

Value

Non-exceedance probability from the cumulative distribution function.

Examples

Run this code
# NOT RUN {
u <- pnor(x = 11, para = c(10, 1.5))

# }

Run the code above in your browser using DataLab