monitor_mmc {MaxMC} | R Documentation |
Format the optimization method controls
Description
This function provides a way to merge the user specified controls for the optimization methods with their respective default controls.
Usage
monitor_mmc(object, alpha = NULL, monitor = TRUE)
Arguments
object |
A data.frame |
alpha |
An atomic vector. If |
monitor |
A logical. If set to TRUE, then the p-values at every iteration and the cumulative maximum p-value are plotted on a graphical device. Default is FALSE. |
Value
A list. Arguments to be used to control the behavior
of the algorithm chosen in method
.
[Package MaxMC version 0.1.2 Index]