topicmodels (version 0.2-4)

posterior-methods: Determine posterior probabilities

Description

Determine the posterior probabilities of the topics for each document and of the terms for each topic for a fitted topic model.

Usage

"posterior"(object, newdata, ...) "posterior"(object, newdata, control = list(), ...)

Arguments

object
An object of class "TopicModel".
newdata
If missing the posteriors for the original observations are returned.
control
A named list of the control parameters for estimation or a suitable control object.
...
Currently not used.