https://github.com/cran/CluMix
Revision 0bae9aab6eb8a689817ffbfd31fe978223989b66 authored by Manuela Hummel on 19 September 2017, 08:26:31 UTC, committed by cran-robot on 19 September 2017, 08:26:31 UTC
1 parent b6ad4d4
Raw File
Tip revision: 0bae9aab6eb8a689817ffbfd31fe978223989b66 authored by Manuela Hummel on 19 September 2017, 08:26:31 UTC
version 2.1
Tip revision: 0bae9aa
NAMESPACE
import(ClustOfVar)

importFrom(Hmisc, rcorr.cens)
importFrom(DescTools, GoodmanKruskalGamma)
importFrom(extracat, optile)
importFrom(marray, maPalette)
importFrom(FD, gowdis)
importFrom(gplots, heatmap.2)
importFrom(Matrix, nearPD)
importFrom(graphics, image, layout, legend, par, plot, polygon, rect, text)
importFrom(stats, as.dendrogram, as.dist, complete.cases, cor, dist, hclust, kruskal.test, median, na.omit, pchisq, quantile, reorder)
importFrom(Biobase, addVigs2WinMenu)

export(association,
	similarity.variables,
	similarity.subjects,
	dist.variables,
	dist.subjects,
	dendro.variables,
	dendro.subjects,
	mix.heatmap,
	distmap,
	confounderPlot)
back to top