Learn R Programming

fastTopics (version 0.6-192)

merge_topics: Combine Topics in Multinomial Topic Model

Description

Combine two or more topics in a multinomial topic model fit.

Usage

merge_topics(fit, k)

Value

A multinomial topic model fit.

Arguments

fit

A multinomial topic model fit.

k

The names or numbers of the topics to be combined. Two or more topics should be chosen.

Details

Mixture proportions are combined by summation, and factors are combined by averaging.