Description Usage Arguments Details Value Note Author(s) References Examples
This function computes Normalized Mantel Hansen's scores
1 | Ridi3(X)
|
X |
histogram-valued variable built via PrepHistogram function. |
This function computes Normalized Mantel Hansen's scores
Returns a list including :
p |
bins number of histograms |
entree |
Means table of Mantel's Hansen scores |
Ridit |
Mantel's Hansen scores |
Computes Normalized Mantel Hansen's scores
Brahim Brahim Brahim Brahim <brahim.brahim@bigdatavisualizations.com> and Sun Makosso-Kallyth <makosso.sun@gmail.com>
Makosso-Kallyth, Sun; Diday, Edwin. Adaptation of interval PCA to symbolic histogram variables. Advances in Data Analysis and Classification. Volume 6. n 2. 2012. pages 147-159. Springer.
1 2 3 4 5 6 7 8 9 | Hist1=PrepHistogram(X=iris[,1],Z=iris[,5])$Vhistogram
Hist2=PrepHistogram(X=iris[,2],Z=iris[,5])$Vhistogram
Hist3=PrepHistogram(X=iris[,3],Z=iris[,5])$Vhistogram
Hist4=PrepHistogram(X=iris[,4],Z=iris[,5])$Vhistogram
sss1=Ridi3(Hist1)$Ridit
sss2=Ridi3(Hist2)$Ridit
sss3=Ridi3(Hist3)$Ridit
sss4=Ridi3(Hist4)$Ridit
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.