Learn R Programming

SkeweDF (version 0.1.0)

right_tail_cdf: Right-Tail Cumulative Distribution Function

Description

This function generates a vector of the right-tail cumulative distribution function of a given vector of values.

Usage

right_tail_cdf(x)

Arguments

x

Length of vector to be generated.

Examples

Run this code
# NOT RUN {
x <- c(1,2,3,4,5)
right_tail_cdf(x)
# }

Run the code above in your browser using DataLab