powered by
This function generates a vector of the right-tail cumulative distribution function of a given vector of values.
right_tail_cdf(x)
Length of vector to be generated.
# NOT RUN { x <- c(1,2,3,4,5) right_tail_cdf(x) # }
Run the code above in your browser using DataLab