monitor_mmc | R Documentation |
This function provides a way to merge the user specified controls for the optimization methods with their respective default controls.
monitor_mmc(object, alpha = NULL, monitor = TRUE)
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. |
A list. Arguments to be used to control the behavior
of the algorithm chosen in method
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.