This function provides a simple creation and definition of
the list used to control the set of LDA models. It is set up to be easy
to work with the existing control capacity of
LDA
.
LDA_set_control(quiet = FALSE, measurer = AIC, selector = min, iseed = 2, ...)
quiet |
|
---|---|
measurer, selector | Function names for use in evaluation of the LDA
models. |
iseed |
|
... | Additional arguments to be passed to
|
list
for controlling the LDA model fit.
LDA_set_control()