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

Cannot extract p-values from cluster comparisons #22

Closed
sg3451 opened this issue May 29, 2024 · 4 comments
Closed

Cannot extract p-values from cluster comparisons #22

sg3451 opened this issue May 29, 2024 · 4 comments

Comments

@sg3451
Copy link

sg3451 commented May 29, 2024

Is there a way to extract the p-values from the 'testClusters' function? The output is currently a list with 2 elements but none of them contain statistical significance results. One element of the list appears to be a dendogram but it is hard to interpret it.

@igrabski
Copy link
Owner

Hi, the p-values are printed after the colon next to the node/cluster labels in the dendrogram-type output (the second element of the list). They can be interpreted as the p-value corresponding to splitting that node/cluster. If no p-value is printed next to any particular cluster, it's because no further split was evaluated within that cluster (e.g. no further split may be possible if that cluster already represents one of the original inputted clusters).

@sg3451
Copy link
Author

sg3451 commented May 30, 2024 via email

@igrabski
Copy link
Owner

Yes that is correct!

@sg3451
Copy link
Author

sg3451 commented May 30, 2024 via email

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

2 participants