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