Info

此问题已关闭。 请重新打开它进行编辑或回答。

Correct form of a GLME equation

1 次查看(过去 30 天)
Anthony
Anthony 2018-7-18
关闭: MATLAB Answer Bot 2021-8-20
I'm trying to fit a Poisson Generalized Mixed Model of an LDA analysis of topics in a corpus.
I have a table (glmeVars) with three variables: year, topic (1:25), docs (#ofDocs published for said topic in said year).
I want to determine topic popularity through time by fitting a Poisson GLME with random intercept (mean #ofDocs) and slope (rate of change in #ofDocs across years).
Is this the correct form?
model = fitglme(glmeVars, 'docs ~ topic + (topic | year)', 'Distribution','Poisson', 'verbose', 0, 'StartMethod', 'random');
Secondly, how do I extract the intercept and slope for each topic probability line through time?
Thanks

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by