powered by
Compute the quantile function of the marginal model.
qmarg(x, p)
A vector of values for the quantile function.
an object of class margin.
vector of probabilities for which quantiles should be computed.
margmod <- margin("gauss", pars = c(mu = 0, sigma = 1)) qmarg(margmod, c(0.05, 0.5, 0.95))
Run the code above in your browser using DataLab