forked from cran/flexmix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 1.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: flexmix
Type: Package
Title: Flexible Mixture Modeling
Version: 2.3-14
Authors@R: c(person("Bettina", "Gruen", role = c("aut", "cre"),
email = "[email protected]"),
person("Friedrich", "Leisch", role = "aut"),
person("Deepayan", "Sarkar", role = "ctb"),
person("Frederic", "Mortier", role = "ctb"),
person("Nicolas", "Picard", role = "ctb"))
Description: A general framework for finite mixtures of regression models
using the EM algorithm is implemented. The package provides the E-step
and all data handling, while the M-step can be supplied by the user to
easily define new models. Existing drivers implement mixtures of standard
linear models, generalized linear models and model-based clustering.
Depends: R (>= 2.15.0), lattice
Imports: graphics, grid, grDevices, methods, modeltools (>= 0.2-16),
nnet, stats, stats4, lme4
Suggests: actuar, codetools, diptest, ellipse, gclus, glmnet, lme4 (>=
1.0), MASS, mgcv (>= 1.8-0), mlbench, mlogit, multcomp,
mvtnorm, SuppDists, survival
License: GPL (>= 2)
LazyLoad: yes
NeedsCompilation: no
Packaged: 2017-04-20 10:01:50 UTC; gruen
Author: Bettina Gruen [aut, cre],
Friedrich Leisch [aut],
Deepayan Sarkar [ctb],
Frederic Mortier [ctb],
Nicolas Picard [ctb]
Maintainer: Bettina Gruen <[email protected]>
Repository: CRAN
Date/Publication: 2017-04-28 07:28:55 UTC