Learn R Programming

DoseFinding (version 0.5-5)

mvtnorm.control: Control options for pmvt and qmvt functions

Description

Returns a list (an object of class "GenzBretz") with control parameters for the pmvt and qmvt functions from the mvtnorm package. Note that always the "GenzBretz" algorithm is used, as only this allows for calculating multivariate t-distribution integrals. See the mvtnorm documentation for more information.

Usage

mvtnorm.control(maxpts = 30000, abseps = 0.001, releps = 0,
           interval = NULL)

Arguments

maxpts
Maximum number of function values as integer.
abseps
Absolute error tolerance as double.
releps
Relative error tolerance as double.
interval
Interval to be searched, when the quantile is calculated.

See Also

pmvt, qmvt