| plot_stats | R Documentation |
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 = "")
mStats |
a matrix
that contains all statistics for combinatorial analysis.
The matrix is generated by the function |
main |
a string. The string is used as graph title. |
The colnames of matrix are:
"missing", "R2cal", "R2prd", "pcal",
"pprd", "AIC", "AICc".
Nothing. It is a procedure.