factorMerger
factorMerger copied to clipboard
Cluster coloring with non-equidistant nodes
trafficstars
There is a bug in the coloring (plot.factorMerger with the argument statistic = "p-value"). See below:

Needs to be fixed.
is it fixed? If not how I can replicate this bug?
Unfortunately it's not fixed yet. Have a look
set.seed(13)
numVec <- rnorm(100)
facVec <- rep(letters[1:10], 10)
fm <- mergeFactors(numVec,
facVec,
method = 'fast-fixed')
plot(fm, panel = 'tree', statistic = 'p-value')