Learn R Programming

MaxMC (version 0.1.2)

monitor_mmc: 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)

Value

A list. Arguments to be used to control the behavior of the algorithm chosen in method.

Arguments

object

A data.frame

alpha

An atomic vector. If mmc finds a p-value over alpha, then the algorithm will stop. This is particularly useful if we are only looking at testing a hypothesis at a particular level. Default is NULL.

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.