Learn R Programming

extras (version 0.7.3)

pextreme: Extreme Probability

Description

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

Usage

pextreme(x)

Value

A numeric vector of values between 0 and 1.

Arguments

x

A numeric vector of values between 0 and 1.

See Also

Other residuals: sextreme()

Examples

Run this code
pextreme(seq(0, 1, by = 0.1))

Run the code above in your browser using DataLab