eb5e6f6fbb4274cb950c94d8ed7ecbbcab4433ae
[morpheus.git] / pkg / DESCRIPTION
1 Package: morpheus
2 Title: Estimate Parameters of Mixtures of Logistic Regressions
3 Description: Mixture of lOgistic Regressions Parameters (H)Estimation with
4 (U)Spectral methods. The main methods take d-dimensional inputs and a vector
5 of binary outputs, and return parameters according to the GLMs mixture model
6 (please refer to the package vignette).
7 Version: 0.2-0
8 Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
9 Mor-Absa Loum <Mor-Absa.Loum@math.u-psud.fr> [aut]
10 Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
11 Depends:
12 R (>= 3.0.0),
13 Imports:
14 MASS,
15 jointDiag,
16 methods,
17 pracma
18 Suggests:
19 flexmix,
20 parallel,
21 testthat,
22 roxygen2,
23 tensor,
24 nloptr
25 License: MIT + file LICENSE
26 RoxygenNote: 5.0.1
27 Collate:
28 'utils.R'
29 'A_NAMESPACE.R'
30 'computeMu.R'
31 'multiRun.R'
32 'optimParams.R'
33 'plot.R'
34 'sampleIO.R'