Last data update: 2014.03.03

R: Sexpr[results=rd,stage=build]{tools:::Rd_package_title("CluMix")}
CluMix-packageR Documentation

Sexpr[results=rd,stage=build]{tools:::Rd_package_title("CluMix")}

Description

Sexpr[results=rd,stage=build]{tools:::Rd_package_description("CluMix")}

Details

The DESCRIPTION file: Sexpr[results=rd,stage=build]{tools:::Rd_package_DESCRIPTION("The package provides clustering and visualization of mixed-type data")} Sexpr[results=rd,stage=build]{tools:::Rd_package_indices("CluMix")} The main function mix.heatmap of the package generates a mixed-data heatmap. For visualizing similarities between either subjects or variables, a heatmap of the corresponding distance matrix can be drawn (distmap). Associations between variables can be explored by the confounderPlot, which allows visual detection of possible confounding, collinear, or surrogate factors for some variables of primary interest. Distance matrices and dendrograms for subjects and variables can be derived by functions dist.subjects, dist.variables, dendro.subjects, and dendro.variables.

Author(s)

Sexpr[results=rd,stage=build]{tools:::Rd_package_author("CluMix")}

Maintainer: Sexpr[results=rd,stage=build]{tools:::Rd_package_maintainer("CluMix")}

References

Gower J (1971). A general coefficient of similarity and some of its properties. Biometrics, 27:857-871.

Chavent M, Kuentz-Simonet V, Liquet B, Saracco J (2012). ClustOfVar: An R Package for the Clustering of Variables. Journal of Statistical Software, 50:1-16.

See Also

mix.heatmap, ClustOfVar

Examples

data(mixdata)

mix.heatmap(mixdata, rowmar=7)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(CluMix)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/CluMix/CluMix-package.Rd_%03d_medium.png", width=480, height=480)
> ### Name: CluMix-package
> ### Title:
> ###   Sexpr[results=rd,stage=build]{tools:::Rd_package_title("CluMix")}
> ### Aliases: CluMix-package CluMix
> ### Keywords: package
> 
> ### ** Examples
> 
> data(mixdata)
> 
> mix.heatmap(mixdata, rowmar=7)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>