qmarg | R Documentation |
Compute the quantile function of the marginal model.
qmarg(x, p)
x |
an object of class margin. |
p |
vector of probabilities for which quantiles should be computed. |
A vector of values for the quantile function.
margmod <- margin("gauss", pars = c(mu = 0, sigma = 1))
qmarg(margmod, c(0.05, 0.5, 0.95))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.