dlmomco | R Documentation |
This function acts as an alternative front end to par2pdf
. The nomenclature of the dlmomco
function is to mimic that of built-in R functions that interface with distributions.
dlmomco(x, para)
x |
A real value vector. |
para |
The parameters from |
Probability density for x
.
W.H. Asquith
plmomco
, qlmomco
, rlmomco
, slmomco
para <- vec2par(c(0,1),type="nor") # standard normal parameters
nonexceed <- dlmomco(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.