par2qua | R Documentation |
This function acts as a frontend or dispatcher to the distribution-specific quantile functions.
par2qua(f,para,...)
f |
Nonexceedance probability ( |
para |
The parameters from |
... |
The additional arguments are passed to the quantile function such as |
Quantile value for F
.
W.H. Asquith
par2cdf
, par2pdf
lmr <- lmoms(rnorm(20))
para <- parnor(lmr)
median <- par2qua(0.5,para)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.