summary95 {SeqAlloc} | R Documentation |
Find summary statistics
Description
Finds the Minimum, 25th percentile, Median, Mean, 75th percentile, 90th percentile, 95th percentile, and Maximum of the vector
Usage
summary95(x)
Arguments
x |
vector for which summary statistics are desired |
Details
The code from the 'summary' function in R is modified to include the 90th and 95th percentiles
Value
vector of summary statistics for data
Author(s)
Xiaoshu Zhu xiaoshuzhu@westat.com and Sharon Lohr, adapted from 'summary' function in R.
Examples
summary95(rnorm(40))
[Package SeqAlloc version 1.0 Index]