Description Usage Arguments Value Examples
View source: R/plot_topic_model_log_likelihood.R
Generates a trace plot of the unnormalized topic model log likelihood. This is a potential way to diagnose the convergence of the model.
| 1 | plot_topic_model_log_likelihood(CCAS_Object, topic_model_burnin = NULL)
 | 
| CCAS_Object | devtoolAn object of class CCAS containing estimation results. | 
| topic_model_burnin | The number of iterations of Gibbs sampling to discard before generating trace plot and calculating Geweke statistic. | 
A plot.
| 1 2 3 4 5 6 | ## Not run: 
# load in saved model output from ccas() function.
data(Model_Output)
plot_topic_model_log_likelihood(Model_Output)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.