| best | R Documentation |
Description: This object is a list of three items. It contains a statistical assessment of the tightness of branches in a hierarchical tree.
Call |
An object of class Call, specifying the parameters used. |
data |
A matrix from which the distance matrix used for growing the tree is computed, with the rows corresponding to the items being clustered. |
indextable |
If measure of tightness is not |
Guoli Sun, Alex Krasnitz
SigTree,plot.best
## Not run:
data(leukemia)
mytable<-SigTree(data.matrix(leukemia),mystat="all",
mymethod="ward",mymetric="euclidean",rand.fun="shuffle.column",
distrib="Rparallel",njobs=2,Ptail=TRUE,tailmethod="ML")
class(mytable)
names(mytable)
mytable<-SigTree(data.matrix(leukemia),mystat="slb",
mymethod="ward",mymetric="euclidean",rand.fun="shuffle.column",
distrib="Rparallel",njobs=2,Ptail=FALSE)
class(mytable)
names(mytable)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.