mvtnorm.control {MCPMod} | R Documentation |
Control options for pmvt and qmvt functions
Description
Returns a list with control parameters for the pmvt
and
qmvt
functions from the mvtnorm
package, see the
corresponding documentation for more information.
Usage
mvtnorm.control(maxpts = 30000, abseps = 0.001,
interval = c(-10, 10), releps = 0, ...)
Arguments
maxpts |
Maximum number of function values as integer. |
abseps |
Absolute error tolerance as double. |
interval |
A vector containing the end-points of the interval to be searched
for the critical value. |
releps |
Relative error tolerance as double. |
... |
Additional arguments to pmvt or qmvt . |
See Also
pmvt
, qmvt
[Package
MCPMod version 1.0-2
Index]