prep_LDA_control {LDATS} | R Documentation |
Set the control inputs to include the seed
Description
Update the control list for the LDA model with the specific seed as indicated. And remove controls not used within the LDA itself.
Usage
prep_LDA_control(seed, control = list())
Arguments
seed |
|
control |
Named list of control parameters to be used in
|
Value
list
of controls to be used in the LDA.
Examples
prep_LDA_control(seed = 1)
[Package LDATS version 0.3.0 Index]