Description Usage Arguments Value
A topic modeling utility. Trims the beta table of the LDA object resulting from 'topicmodels::LDA()' by the requested number of highest ranking terms and / or topics
1 | lda_trim_beta(lda, n_terms = 20, topics = NULL)
|
lda |
LDA object |
n_terms |
Number of highest ranking terms per topic to display. Default 20 |
topics |
A list of topic numbers to return |
a tibble of highest ranking terms per topic and their beta values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.