Fix constructionModelesLassoMLE: phiInit was reshaped from array to matrix. Add examp...
[valse.git] / pkg / DESCRIPTION
... / ...
CommitLineData
1Package: valse
2Title: Variable Selection with Mixture of Models
3Date: 2020-03-11
4Version: 0.1-0
5Description: Two methods are implemented to cluster data with finite mixture
6 regression models. Those procedures deal with high-dimensional covariates and
7 responses through a variable selection procedure based on the Lasso estimator.
8 A low-rank constraint could be added, computed for the Lasso-Rank procedure.
9 A collection of models is constructed, varying the level of sparsity and the
10 number of clusters, and a model is selected using a model selection criterion
11 (slope heuristic, BIC or AIC). Details of the procedure are provided in 'Model-
12 based clustering for high-dimensional data. Application to functional data' by
13 Emilie Devijver, published in Advances in Data Analysis and Clustering (2016).
14Author: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr> [aut,cre],
15 Emilie Devijver <Emilie.Devijver@kuleuven.be> [aut],
16 Benjamin Goehry <Benjamin.Goehry@math.u-psud.fr> [aut]
17Maintainer: Benjamin Auder <benjamin.auder@universite-paris-saclay.fr>
18Depends:
19 R (>= 3.5.0)
20Imports:
21 MASS,
22 parallel,
23 ggplot2,
24 cowplot,
25 reshape2
26Suggests:
27 capushe,
28 roxygen2
29URL: http://git.auder.net/?p=valse.git
30License: MIT + file LICENSE
31RoxygenNote: 7.0.2
32Collate:
33 'plot_valse.R'
34 'main.R'
35 'selectVariables.R'
36 'constructionModelesLassoRank.R'
37 'constructionModelesLassoMLE.R'
38 'computeGridLambda.R'
39 'initSmallEM.R'
40 'EMGrank.R'
41 'EMGLLF.R'
42 'generateXY.R'
43 'A_NAMESPACE.R'
44 'util.R'