Learn R Programming

mcprofile (version 0.0-9)

mcprofileControl: Constructs a list with mcpcalc control parameters.

Description

Constructs a list for the control argument in a mcpcalc function call.

Usage

mcprofileControl(steps=8, alphamax=0.001, fixed.range=FALSE, maxsteps=200)

Arguments

steps
Step size for profile construction, or number of deviance evaluations if fixed.range=TRUE.
alphamax
Maximal alpha level to define maximum profile statistics by choosing a quantile of a normal distribution at 1-alphamax divided by the number of rows of the contrast matrix.
fixed.range
If TRUE, the profile is calculated for equidistant points between two margins.
maxsteps
Maximum number of points for profile calculation.

Value

  • A list control parameters.