X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=pkg%2FDESCRIPTION;h=3872e966c59cc559913247d4fe6e9165772087fd;hb=8a0bb7168beebda1bc168373abeb00614619ed08;hp=eb5e6f6fbb4274cb950c94d8ed7ecbbcab4433ae;hpb=cbd88fe5729bf206a784238a2637aa60e697fcdc;p=morpheus.git diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index eb5e6f6..3872e96 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,13 +1,15 @@ Package: morpheus Title: Estimate Parameters of Mixtures of Logistic Regressions -Description: Mixture of lOgistic Regressions Parameters (H)Estimation with - (U)Spectral methods. The main methods take d-dimensional inputs and a vector +Description: Mixture of logistic regressions parameters (H)estimation with + (U)spectral methods. The main methods take d-dimensional inputs and a vector of binary outputs, and return parameters according to the GLMs mixture model - (please refer to the package vignette). + (General Linear Model). For more details see chapter 3 in the PhD thesis of + Mor-Absa Loum: , available here + . Version: 0.2-0 -Author: Benjamin Auder [aut,cre], - Mor-Absa Loum [aut] -Maintainer: Benjamin Auder +Author: Benjamin Auder [aut,cre], + Mor-Absa Loum [aut] +Maintainer: Benjamin Auder Depends: R (>= 3.0.0), Imports: @@ -16,6 +18,7 @@ Imports: methods, pracma Suggests: + devtools, flexmix, parallel, testthat,