Assigns each (document, term) cell to the topic maximizing
theta[doc, k] * beta[k, term] (cf. tidytext::augment.STM).
Usage
# S3 method for class 'faSTM'
augment(x, data = NULL, ...)Assigns each (document, term) cell to the topic maximizing
theta[doc, k] * beta[k, term] (cf. tidytext::augment.STM).
# S3 method for class 'faSTM'
augment(x, data = NULL, ...)