
Plot Topic Effects for Categorical Variables
Source:R/topic_modeling.R
plot_topic_effects_categorical.RdCreates a faceted plot showing how categorical variables affect topic proportions.
Usage
plot_topic_effects_categorical(
effects_data,
ncol = 2,
height = 800,
width = 1000,
title = "Category Effects"
)See also
Other topic_modeling:
plot_topic_effects_continuous(),
plot_topic_probability(),
plot_word_probability()