qmvnorm(p, interval = NULL, tail = c("lower.tail",
"upper.tail", "both.tails"), mean = 0, corr = NULL,
sigma = NULL, algorithm = GenzBretz(), ...)uniroot.lower.tail gives the quantile $x$ for which
$P[X \le x] = p$, upper.tail gives $x$ with
$P[X > x] = p$ and
both.tacorr or
sigma can be specified. If sigma is given, the
problem is standardized. If neither corr nor
sigmGenzBretz.quantile and f.quantile
give the location of the quantile and the value of the function
evaluated at that point. iter and estim.prec give the number
of iterations used and an approximate estimated precision from
uniroot.uniroot function which may result in limited accuracy of the
quantiles.pmvnorm, qmvtqmvnorm(0.95, sigma = diag(2), tail = "both")Run the code above in your browser using DataLab