Commit | Line | Data |
---|---|---|
cbd88fe5 BA |
1 | Package: morpheus |
2 | Title: Estimate Parameters of Mixtures of Logistic Regressions | |
80be0d77 BA |
3 | Description: Mixture of logistic regressions parameters (H)estimation with |
4 | (U)spectral methods. The main methods take d-dimensional inputs and a vector | |
cbd88fe5 | 5 | of binary outputs, and return parameters according to the GLMs mixture model |
1b53e3a5 | 6 | (General Linear Model). For more details see chapter 3 in the PhD thesis of |
dfdd811f BA |
7 | Mor-Absa Loum: <https://www.theses.fr/s156435>, available here |
8 | <https://theses.hal.science/tel-01877796/document>. | |
f47183de | 9 | Version: 1.0-4 |
d2c0bd44 BA |
10 | Author: Benjamin Auder <Benjamin.Auder@u-psud.fr> [aut,cre], |
11 | Mor-Absa Loum <Mor-Absa.Loum@u-psud.fr> [aut] | |
12 | Maintainer: Benjamin Auder <Benjamin.Auder@u-psud.fr> | |
cbd88fe5 | 13 | Depends: |
2b3a6af5 | 14 | R (>= 3.5.0), |
cbd88fe5 BA |
15 | Imports: |
16 | MASS, | |
17 | jointDiag, | |
18 | methods, | |
19 | pracma | |
20 | Suggests: | |
cf673dee | 21 | devtools, |
cbd88fe5 BA |
22 | flexmix, |
23 | parallel, | |
ab35f610 | 24 | testthat (>= 3.0.0), |
2b3a6af5 | 25 | roxygen2 |
cbd88fe5 | 26 | License: MIT + file LICENSE |
ab35f610 | 27 | RoxygenNote: 7.1.1 |
2b3a6af5 | 28 | URL: https://github.com/yagu0/morpheus |
cbd88fe5 BA |
29 | Collate: |
30 | 'utils.R' | |
31 | 'A_NAMESPACE.R' | |
32 | 'computeMu.R' | |
33 | 'multiRun.R' | |
34 | 'optimParams.R' | |
35 | 'plot.R' | |
36 | 'sampleIO.R' | |
ab35f610 | 37 | Config/testthat/edition: 3 |