I have received output (please below) from which it is clear that some items clustered to Cluster0 have a much higher cluster membership probability to be in Cluster1 or in Cluster2. From my previous experience, it never happened before in hopach outputs.
Any ideas?
Thanks
Alex
sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Can you provide a more reproducible example, perhaps with some simulated data or a subset of your actual data? The following seems to produce consistent results
Can you provide a more reproducible example, perhaps with some simulated data or a subset of your actual data? The following seems to produce consistent results
> example(makeoutput) ... > res = read.delim("HOPACH.out", sep="\t") > apply(res[,grep("Membership", names(res))], 1, which.max) - 1 [1] 1 0 2 0 0 3 3 0 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 > res$Cluster.Number [1] 1 0 2 0 0 3 3 0 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2