If TRUE extends results with
the loglikelihood (column model),
p-value for the LRT tests against the full model (column pval)
and Generalized Information Criterion value (column GIC).
By default showStats is set to FALSE.
penalty
GIC penalty
round
Logical. If TRUE, the default, statistics are rounded
# NOT RUN {randSample <- generateMultivariateSample(N = 100, k = 10, d = 3)
fm <- mergeFactors(randSample$response, randSample$factor)
mergingHistory(fm, showStats = TRUE)
# }