morpheus-package {morpheus}R Documentation

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 of binary outputs, and return parameters according to the GLMs mixture model (General Linear Model). For more details see chapter 3 in the PhD thesis of Mor-Absa Loum: <https://www.theses.fr/s156435>, available here <https://theses.hal.science/tel-01877796/document>.

Details

The package devtools should be useful in development stage, since we rely on testthat for unit tests, and roxygen2 for documentation. knitr is used to generate the package vignette. jointDiag allows to solve a joint diagonalization problem, providing a more robust solution compared to a single diagonalization. Concerning the other suggested packages:

The two main functions are located in R/computeMu.R and R/optimParams.R:

See also multiRun(), which is a flexible method to run Monte-Carlo or bootstrap estimations using different models in various contexts.

Author(s)

Benjamin Auder <Benjamin.Auder@u-psud.fr> [aut,cre], Mor-Absa Loum <Mor-Absa.Loum@u-psud.fr> [aut]

Maintainer: Benjamin Auder <Benjamin.Auder@u-psud.fr>


[Package morpheus version 1.0-4 Index]