| qlmomco | R Documentation |
This function acts as an alternative front end to par2qua. The nomenclature of the qlmomco function is to mimic that of built-in R functions that interface with distributions.
qlmomco(f, para)
f |
Nonexceedance probability ( |
para |
The parameters from |
Quantile value for F for the specified parameters.
W.H. Asquith
dlmomco, plmomco, rlmomco, slmomco, add.lmomco.axis, supdist
para <- vec2par(c(0,1),type='nor') # standard normal parameters
p75 <- qlmomco(.75,para) # 75th percentile of one standard deviation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.