quart {spreval} | R Documentation |
Compute several levels of quantiles and interquartile range
Description
generates quantiles at 0.1, 1,5,10-90, 95, 99, 99,9 percentiles.
Usage
quart(x)
Arguments
x |
numeric array |
Details
Uses 'stats::quantile'
Value
named list with following items:
q |
quantiles at 0.1, 1,5,10-90, 95, 99, 99,9 percentiles |
d |
interquartile range - i.e., 75th quantile minus 25th quantile |
Author(s)
Garry Grabow glgrabow@ncsu.edu
See Also
Examples
# quantiles for random normal data
x<-rnorm(25,10,1)
xn<-quart(x)
[Package spreval version 1.1.0 Index]