| mergingHistory {factorMerger} | R Documentation |
Summarizes merging path by giving pairs of factor groups merged in each iteration.
mergingHistory(factorMerger, showStats = FALSE, penalty, round = TRUE)
factorMerger |
Object of a class |
showStats |
If |
penalty |
GIC penalty |
round |
Logical. If |
randSample <- generateMultivariateSample(N = 100, k = 10, d = 3) fm <- mergeFactors(randSample$response, randSample$factor) mergingHistory(fm, showStats = TRUE)