Learn R Programming

⚠️There's a newer version (1.0.4) of this package.Take me there.

ClustMMDD (version 1.0.3)

Variable Selection in Clustering by Mixture Models for Discrete Data

Description

An implementation of a variable selection procedure in clustering by mixture of multinomial models for discrete data. 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

25

Version

1.0.3

License

GPL (>= 2)

Maintainer

Wilson Toussile

Last Published

February 21st, 2016

Functions in ClustMMDD (1.0.3)

EmOptions

Display the current Expectation and Maximization options.
cutEachCol

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

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

modelKS is a class of parameters of $(K, S)$ model.
model.selection.R

Selection of both the number $K$ of clusters and the subset $S$ of clustering variables.
==-methods

Methods for Function ==
is.modelKS-methods

Is an object from class modelKS?
read.or.compute

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

Read the parameters of a model $\left(K,S\right)$ from a file.
[<--methods

Get or set a slot from modelKS.
isInFile.R

Find a model in a file.
show-methods

show method for an object of class modelKS
[-methods

Get a slot from modelKS.
model-methods

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

setModelKS-methods

Set an instance of class modelKS from a list.
setEmOptions

Set Expectation and Maximization options.
simulData-methods

Simulate a dataset from a given set of parameters in an instance of modelKS.
Rcpp Modules Examples

Functions and Objects created by Rcpp Modules Example
selectK.R

Selection of the number $K$ of clusters.
genotype2_ExploredModels

dimJump.R

Data driven calibration of the penalty function
em.cluster.R

Compute estimates of the parameters by Expectation and Maximization algorithm.
ClustMMDD-package

ClustMMDD : Clustering by Mixture Models for Discrete Data.
genotype1

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

Gather a set of the most competitive models.
genotype2

exModelKS

An example of modelKS.