Learn R Programming

extras (version 0.2.0)

pextreme: Extreme Probability

Description

Calculates the probability that a cumulative distribution function probability is at least that extreme. [Deprecated]

Usage

pextreme(x)

Arguments

x

A numeric vector of values between 0 and 1.

Value

A numeric vector of values between 0 and 1.

See Also

Other residuals: sextreme()

Examples

Run this code
# NOT RUN {
pextreme(seq(0, 1, by = 0.1))
# }

Run the code above in your browser using DataLab