Skip to content

statistical significance test for cluster agreement

2 messages · Alexander Sirotkin [at Yahoo], Duncan Murdoch

#
I was wondering, whether there is a way to have
statistical significance test for cluster agreement.

I know that I can use classAgreement() function to get
Rand index, which will give me some indication whether
the clusters agree or not, but it would be interesting
to have a formal test.

Thanks.
#
On Tue, 23 Mar 2004 15:27:14 -0800 (PST), you wrote:

            
Why not simulate data from your hypothesized null distribution,
cluster it, and see how your dataset's index value compares to the
simulated ones?

Duncan Murdoch