powered by
Compute the cumulative distribution function of the marginal model.
pmarg(x, q)
A vector of values for the CDF.
an object of class margin.
vector of values at which CDF should be computed.
margmod <- margin("gauss", pars = c(mu = 0, sigma = 1)) pmarg(margmod, c(-2, 0, 2))
Run the code above in your browser using DataLab