Calculate upper 95 % confidence limit
upper95.Rd
Function with a short name to calculate 97.5th percentile
of a distribution. Calls stats::quantile
,
but is shorter and is easier to use in calls to apply
family
of functions.
Examples
# Example usage
if (FALSE) { # \dontrun{
x <- rnorm(1e4, 0, 1)
upper95(x)
} # }