Description Usage Arguments Value Examples
Data Quantiles
1 | q_quantiles(x)
|
x |
a column of data |
orderedObs a vector containing the entered data, in ascending order
probabilityLevels a vector containing the probability level for each ordered observation
stndNormQuant the standard normal quantile, used for creating a QQ-Plot
1 2 | x <- c(-1.00, -.10, .16, .41, .62, .80, 1.26, 1.54, 1.71, 2.30)
q_quantiles(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.