Take a matrix of statistical results
and plot Coefficient of Determination (R2),
Efficiency (E)
proportion of missing values,
and AIc and AICc,
versus the number of clusters of components.
plot_stats(mStats, main = "")a matrix
that contains all statistics for combinatorial analysis.
The matrix is generated by the function compute_fit_stats.
a string. The string is used as graph title.
Nothing. It is a procedure.
The colnames of matrix are:
"missing", "R2cal", "R2prd", "pcal",
"pprd", "AIC", "AICc".