Description Usage Arguments Details Value References See Also Examples
Compute named sequential quantiles, primarily for producing summary-style output.
1 2 3 4 5 6 7 8 |
n |
Integer, the number of sequential quantiles. |
symbol |
String, letter/symbol for the quantile names. |
xf |
A numeric vector, suitable function object, or an object that can be coerced to a numeric vector. |
col |
Logical, if true, return a single-column matrix. |
prob |
Logical, if false (the default), name quantiles by index/names, if true, name quantiles by probability. |
names |
Character vector, giving the names. |
emph |
In principle, an integer vector in 1:(n-1), which quantiles to emphasize. |
... |
Other arguments. |
If xf is a numeric vector, a qfuv.el object is created using xf as the main argument.
Any arguments contained within ..., are passed to the qfuv.el constructor.
If xf is not a quantile function, these functions try to coerce it to a numeric vector, and apply the above.
ntiles.names returns a character vector.
The other functions return a named numeric vector (if col=FALSE), or a named single-column matrix (if col=TRUE).
Refer to the vignette for an overview, references and better examples.
Succinct Constructors
Discrete Kernel Smoothing, Continuous Kernel Smoothing, Empirical-Like Distributions
probmv, rng
ph.mean, moment
ph.median, ph.quantile
ph.mode, ph.modes
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.