clust_all_levels | R Documentation |
clust_all_levels
clust_all_levels( Dis_Est_Mod, samp_in_lev, distance_type = "cor", clust_type = "hierarchical", linkage_type = "single", optimal_clust_mode = "standard", n_bins_clust = 10 )
Dis_Est_Mod |
Disease estate model data for the complete dataset. |
samp_in_lev |
A list including the samples placed at each level. It is the output of the samples_in_levels function. |
distance_type |
The distance type employed. |
optimal_clust_mode |
The optimal cluster method selection. |
n_bins_clust |
The number of bines for histogram threshold selection. Used in the standard method for optimal number of clusters selection. |
Returns a list including the clusters found at each level.
## Not run: samples_in_levels(Dis_Est_Mod,samp_in_lev) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.