LDA_set_control {LDATS} | R Documentation |
Create control list for set of LDA models
Description
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
.
Usage
LDA_set_control(quiet = FALSE, measurer = AIC, selector = min, iseed = 2, ...)
Arguments
quiet |
|
measurer , selector |
Function names for use in evaluation of the LDA
models. |
iseed |
|
... |
Additional arguments to be passed to
|
Value
list
for controlling the LDA model fit.
Examples
LDA_set_control()
[Package LDATS version 0.3.0 Index]