Learn R Programming

ClustMMDD (version 1.0.4)

Variable Selection in Clustering by Mixture Models for Discrete Data

Description

An implementation of a variable selection procedure in clustering by mixture models for discrete data (clustMMDD). Genotype data are examples of such data with two unordered observations (alleles) at each locus for diploid individual. The two-fold problem of variable selection and clustering is seen as a model selection problem where competing models are characterized by the number of clusters K, and the subset S of clustering variables. Competing models are compared by penalized maximum likelihood criteria. We considered asymptotic criteria such as Akaike and Bayesian Information criteria, and a family of penalized criteria with penalty function to be data driven calibrated.

Copy Link

Version

Install

install.packages('ClustMMDD')

Monthly Downloads

43

Version

1.0.4

License

GPL (>= 2)

Maintainer

Wilson Toussile

Last Published

May 30th, 2016

Functions in ClustMMDD (1.0.4)

cutEachCol

Retrieve data from strings in the dataset.
is.element-methods

Check if a modelKS object is in a set of such objects.
dataR2C

exModelKS

An example of modelKS.
genotype2

genotype1

genotype1 is a data frame of genotype data with ploidy = 2.
EmOptions

Display the current Expectation and Maximization options.
genotype2_ExploredModels

backward.explorer

Gather a set of the most competitive models.
em.cluster.R

Compute estimates of the parameters by Expectation and Maximization algorithm.
model-methods

Retrieve a list of model $\left(K,S\right)$ from a modelKS object.
setModelKS-methods

Set an instance of class modelKS from a list.
read.or.compute

Read a given model from a file or compute the estimates of paramaters if not found.
is.modelKS-methods

Is an object from class modelKS?
isInFile.R

Find a model in a file.
read.modelKS-methods

Read the parameters of a model $\left(K,S\right)$ from a file.
setEmOptions

Set Expectation and Maximization options.
modelKS-class

modelKS is a class of parameters of $(K, S)$ model.
Rcpp Modules Examples

Functions and Objects created by Rcpp Modules Example
selectK.R

Selection of the number $K$ of clusters.
==-methods

Methods for Function ==
show-methods

show method for an object of class modelKS
[<--methods

Get or set a slot from modelKS.
simulData-methods

Simulate a dataset from a given set of parameters in an instance of modelKS.
[-methods

Get a slot from modelKS.