get.quantiles | R Documentation |
Get quantiles for the variables in a distribution
get.quantiles(dist, p, lower.tail = T, log.p = F, n.sim = 1000)
dist |
An object of class Distribution or a subclass |
p |
A vector of probabilities for which to get the quantiles |
lower.tail |
If true, the returned values are the greatest values x for each variable such that |
n.sim |
If the values are to be calculated by random sample generation, how many random samples to generate |
Note to developers: This function should not be overridden directly. Insteady override do.get.quantiles
If there is only one variable in the distribution, a vector of quantiles for each value of p. If p is length one, a vector of quantiles for each variable in the distribution. If there is more than one variable in the distribution and p>1, a matrix with one row for each value of p, where each column represents a variable in the distribution
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.