stop.cat {simCAT} | R Documentation |
Check if the CAT ended
Description
Check if any stopping rule has been achieved
Usage
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)
)
Arguments
rule |
list with stopping rules
|
current |
list with current values
|
Value
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.
Author(s)
Alexandre Jaloto