Description Usage Arguments Value Examples
See section 4.1 in thesis, for details
1  | 
table | 
 object of class "table".  | 
dimension | 
 integer. Whether to use rows (1) or columns (2). Default is 1.  | 
clusters | 
 list of integer vectors. Each vector should define a cluster by specifing row or column indices of its memebrs. Clusters must not overalap.  | 
scheme | 
 character. Name of the assumed table's generation scheme. Can be either "multinomial" or "independent multinomial"  | 
double. Value of AIC statisctic.
1 2  | clusters <- clusters2list(stats::cutree(hclust_table(ksarakil, 1), k = 3))
aic(ksarakil, 1, clusters, "independent multinomial")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.