plot_stats: Plot statistics of combinatorial analysis

Description Usage Arguments Details Value

View source: R/plot_fclust.R

Description

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.

Usage

1
plot_stats(mStats, main = "")

Arguments

mStats

a matrix that contains all statistics for combinatorial analysis. The matrix is generated by the function compute_fit_stats.

main

a string. The string is used as graph title.

Details

The colnames of matrix are: "missing", "R2cal", "R2prd", "pcal", "pprd", "AIC", "AICc".

Value

Nothing. It is a procedure.


functClust documentation built on Dec. 2, 2020, 5:06 p.m.