mvtnorm.control: Control options for pmvt and qmvt functions

Description Usage Arguments See Also

View source: R/planMCPMod.R

Description

Returns a list with control parameters (an object of class GenzBretz) for the pmvt and qmvt functions from the mvtnorm package, see the corresponding documentation for more information.

Usage

1
2
mvtnorm.control(maxpts = 30000, abseps = 0.001,
                interval = NULL, 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.

See Also

pmvt, qmvt


MCPMod documentation built on March 26, 2020, 7:28 p.m.