em_itnb_control | R Documentation |
Creates a list of default options.
em_itnb_control(
trace = 0L,
tolerance = 1e-06,
iteration_min = 5L,
iteration_max = 10000L,
save_trace = FALSE
)
trace |
Numeric (>= 0): showing a trace every |
tolerance |
Numeric: Convergence tolerance. |
iteration_min |
Numeric (>= 0): The minimum number of allowed iterations. |
iteration_max |
Numeric (>= |
save_trace |
TRUE/FALSE: should the entire trace be stored? |
A list of default arguments for the em_itnb function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.