View source: R/minimizeMissclassificationHCL.R
minimizeMissclassificationHCL | R Documentation |
Minimize missclassification by step-wise increase of evaluated candidates
minimizeMissclassificationHCL(
data,
res,
class,
clst_method = c("complete", "ward.D2"),
test = "chisq",
by = 1,
complete.cases = T,
nClust = 2
)
data |
data.frame containing the data to be analyzed |
res |
rownames of data, ordere by importance |
class |
given classification vector |
clst_method |
clustering method to use for |
test |
chisq or fisher |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.