-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.78 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
34
35
36
37
38
Package: flexmix
Type: Package
Title: Flexible Mixture Modeling
Version: 2.3-19
Authors@R: c(person("Bettina", "Gruen", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7265-4773")),
person("Friedrich", "Leisch", role = "aut",
comment = c(ORCID = "0000-0001-7278-1983")),
person("Deepayan", "Sarkar", role = "ctb",
comment = c(ORCID = "0000-0003-4107-1553")),
person("Frederic", "Mortier", role = "ctb"),
person("Nicolas", "Picard", role = "ctb",
comment = c(ORCID = "0000-0001-5548-9171")))
Description: A general framework for finite mixtures of regression
models using the EM algorithm is implemented. The E-step and all
data handling are provided, 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, utils
Suggests: actuar, codetools, diptest, Ecdat, ellipse, gclus, glmnet,
lme4 (>= 1.1), MASS, mgcv (>= 1.8-0), mlbench, multcomp,
mvtnorm, SuppDists, survival
License: GPL (>= 2)
LazyLoad: yes
NeedsCompilation: no
Packaged: 2023-03-16 18:46:58 UTC; gruen
Author: Bettina Gruen [aut, cre] (<https://orcid.org/0000-0001-7265-4773>),
Friedrich Leisch [aut] (<https://orcid.org/0000-0001-7278-1983>),
Deepayan Sarkar [ctb] (<https://orcid.org/0000-0003-4107-1553>),
Frederic Mortier [ctb],
Nicolas Picard [ctb] (<https://orcid.org/0000-0001-5548-9171>)
Maintainer: Bettina Gruen <[email protected]>
Repository: CRAN
Date/Publication: 2023-03-16 20:50:08 UTC