My goal is to identify topics of tweets and visualize how the distribution of topics changed over time. As far as I know, the best way to do it is with the stm package but I have some problems with it. So, my only option is to do a simple LDA.
Based on the topic shares for each of the tweets, I aggregated the shares of topics per year and compared each topic share versus the total of each year (the same way it is done here https://towardsdatascience.com/thats-mental-using-lda-topic-modeling-to-investigate-the-discourse-on-mental-health-over-time-11da252259c3). The final visualization looks similar to this: topics over time
My question is f it is possible to visualize topics over time with LDA what is the point of doing it in STM? Are there any important differences?