pmarg | R Documentation |
Compute the cumulative distribution function of the marginal model.
pmarg(x, q)
x |
an object of class margin. |
q |
vector of values at which CDF should be computed. |
A vector of values for the CDF.
margmod <- margin("gauss", pars = c(mu = 0, sigma = 1))
pmarg(margmod, c(-2, 0, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.