EMSNM: EM Algorithm for Sigmoid Normal Model

It provides a method based on EM algorithm to estimate the parameter of a mixture model, Sigmoid-Normal Model, where the samples come from several normal distributions (also call them subgroups) whose mean is determined by co-variable Z and coefficient alpha while the variance are homogeneous. Meanwhile, the subgroup each item belongs to is determined by co-variables X and coefficient eta through Sigmoid link function which is the extension of Logistic Link function. It uses bootstrap to estimate the standard error of parameters. When sample is indeed separable, removing estimation with abnormal sigma, the estimation of alpha is quite well. I used this method to explore the subgroup structure of HIV patients and it can be used in other domains where exists subgroup structure.

Version: 1.0
Published: 2019-04-25
Author: Linsui Deng
Maintainer: Linsui Deng <denglinsui at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: EMSNM results

Documentation:

Reference manual: EMSNM.pdf

Downloads:

Package source: EMSNM_1.0.tar.gz
Windows binaries: r-prerel: EMSNM_1.0.zip, r-release: EMSNM_1.0.zip, r-oldrel: EMSNM_1.0.zip
macOS binaries: r-prerel (arm64): EMSNM_1.0.tgz, r-release (arm64): EMSNM_1.0.tgz, r-oldrel (arm64): EMSNM_1.0.tgz, r-prerel (x86_64): EMSNM_1.0.tgz, r-release (x86_64): EMSNM_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=EMSNM to link to this page.