Description Usage Arguments Details Value
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.
1 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.