| stop.cat | R Documentation |
Check if any stopping rule has been achieved
stop.cat(
rule = list(se = NULL, delta.theta = NULL, hypo = NULL, hyper = NULL, info = NULL,
max.items = NULL, min.items = NULL, fixed = NULL),
current = list(se = NULL, delta.theta = NULL, info = NULL, applied = NULL, delta.se =
NULL)
)
rule |
list with stopping rules
|
current |
list with current values
|
A list with two elements:
stop TRUE if any stopping rule has been achieved
convergence logical. FALSE if the CAT stopped because it
achieved the maximum number of items. TRUE for any other case.
Alexandre Jaloto
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.