Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues related to topic correlations #288

Open
cschwem2er opened this issue Apr 22, 2024 · 0 comments
Open

issues related to topic correlations #288

cschwem2er opened this issue Apr 22, 2024 · 0 comments

Comments

@cschwem2er
Copy link

cschwem2er commented Apr 22, 2024

Hi Brandon! :)

stminsights got archived due to failing unit tests of a function built upon stm::topicCorr(). I looked into that and am not sure what is going on.

For instance, the following code (pretty much the one taken from the documentation of the function)

cormat <- topicCorr(gadarianFit, cutoff = 0.01, method  = "simple")
> plot(cormat)

results in 0 edges and I am fairly certain that it used to show more of them in earlier stm versions. cor(gadarianFit$theta) produces mostly negative values. I wonder whether this can in any way be related to changes implemented in version 3.7 (e.g. RcppArmadillo fix)? In any case, I'd appreciate it if you could briefly check whether topicCorr() still works as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant