Q | R Documentation |
‘Q’ returns the quantile-alpha of all the values present in its arguments, omitting NA values.
Q(x, alpha)
x |
A vector containing numeric values |
alpha |
A numeric value in 0,1 determining the probability. If alpha=0.5, the function returns the median. If alpha=0.25, the function returns quantile 25%. |
A numeric scalar, the quantile-alpha of the inputs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.