| pmvnorm_ {OptimalGoldstandardDesigns} | R Documentation | 
mvtnorm::pmvnorm, but returns 0 if any lower boundary is larger than any upper boundary
Description
mvtnorm::pmvnorm, but returns 0 if any lower boundary is larger than any upper boundary
Usage
pmvnorm_(upper, lower, ...)
Arguments
upper | 
 the vector of upper limits of length n.  | 
lower | 
 the vector of lower limits of length n.  | 
... | 
 additional parameters passed to   | 
Value
The evaluated distribution function is returned, if keepAttr is true, with attributes
error | 
 estimated absolute error  | 
msg | 
 status message(s).  | 
algorithm | 
 a   | 
See Also
[Package OptimalGoldstandardDesigns version 1.0.1 Index]