summary95 {SeqAlloc} | R Documentation |
Finds the Minimum, 25th percentile, Median, Mean, 75th percentile, 90th percentile, 95th percentile, and Maximum of the vector
summary95(x)
x |
vector for which summary statistics are desired |
The code from the 'summary' function in R is modified to include the 90th and 95th percentiles
vector of summary statistics for data
Xiaoshu Zhu xiaoshuzhu@westat.com and Sharon Lohr, adapted from 'summary' function in R.
summary95(rnorm(40))