quart | R Documentation |
generates quantiles at 0.1, 1,5,10-90, 95, 99, 99,9 percentiles.
quart(x)
x |
numeric array |
Uses 'stats::quantile'
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 |
Garry Grabow glgrabow@ncsu.edu
quantile
,eda.stats
# quantiles for random normal data x<-rnorm(25,10,1) xn<-quart(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.