Commit | Line | Data |
---|---|---|
493a35bf | 1 | Package: valse |
ef67d338 | 2 | Title: VAriabLe SElection with mixture of models |
493a35bf BA |
3 | Date: 2016-12-01 |
4 | Version: 0.1-0 | |
22d21a22 | 5 | Description: Two methods are implemented to cluster data with finite mixture regression models. |
6 | Those procedures deal with high-dimensional covariates and responses through a variable selection | |
7 | procedure based on the Lasso estimator. A low-rank constraint could be added, computed for the Lasso-Rank procedure. | |
8 | A collection of models is constructed, varying the level of sparsity and the number of clusters, and a model is selected | |
9 | using a model selection criterion (slope heuristic, BIC or AIC). | |
10 | Details of the procedure are provided in 'Model-based clustering for high-dimensional data. Application to functional data' | |
11 | by Emilie Devijver, published in Advances in Data Analysis and Clustering (2016) | |
ef67d338 BA |
12 | Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre], |
13 | Benjamin Goehry <Benjamin.Goehry@math.u-psud.fr> [aut] | |
14 | Emilie Devijver <Emilie.Devijver@kuleuven.be> [aut] | |
15 | Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> | |
493a35bf | 16 | Depends: |
ef67d338 BA |
17 | R (>= 3.0.0) |
18 | Imports: | |
19 | MASS | |
20 | Suggests: | |
21 | parallel, | |
22 | testthat, | |
23 | knitr | |
493a35bf | 24 | URL: http://git.auder.net/?p=valse.git |
ef67d338 BA |
25 | License: MIT + file LICENSE |
26 | VignetteBuilder: knitr | |
f2a91208 | 27 | RoxygenNote: 5.0.1 |