全部版块 我的主页
论坛 计量经济学与统计论坛 五区 计量经济学与统计软件 winbugs及其他软件专版
6358 45
2016-03-20
LMest: Latent Markov Models with and without Covariates

Fit certain versions of the Latent Markov model for longitudinal categorical data.

Version:2.2
Depends:R (≥ 2.0.0), MASS, MultiLCIRT, stats
Published:2016-02-25
Author:Francesco Bartolucci, Silvia Pandolfi - University of Perugia (IT)
Maintainer:Francesco Bartolucci <bart at stat.unipg.it>
License:GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation:yes
CRAN checks:LMest results
Downloads:
Reference manual:LMest.pdf
Package source:LMest_2.2.tar.gz
Windows binaries:r-devel: LMest_2.2.zip, r-release: LMest_2.2.zip, r-oldrel: LMest_2.2.zip
OS X Snow Leopard binaries:r-release: LMest_2.2.tgz, r-oldrel: LMest_2.1.tgz
OS X Mavericks binaries:r-release: LMest_2.2.tgz
Old sources:LMest archive

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2016-3-20 01:51:44

Authors:

Ingmar Visser, Maarten Speekenbrink

Title:

depmixS4: An R Package for Hidden Markov Models

Abstract:

depmixS4 implements a general framework for defining and estimating dependent mixture models in the R programming language. This includes standard Markov models, latent/hidden Markov models, and latent class and finite mixture distribution models. The models can be fitted on mixed multivariate data with distributions from the glm family, the (logistic) multinomial, or the multivariate normal distribution. Other distributions can be added easily, and an example is provided with the exgaus distribution. Parameters are estimated by the expectation-maximization (EM) algorithm or, when (linear) constraints are imposed on the parameters, by direct numerical optimization with the Rsolnp or Rdonlp2 routines.

Page views:: 10717. Submitted: 2009-08-19. Published: 2010-08-05.

Paper:

depmixS4: An R Package for Hidden Markov Models     [size=1em]Download PDF (Downloads: 10687)

Supplements:

depmixS4_1.0-0.tar.gz: R source package

[size=1em]Download(Downloads: 1015; 540KB)

v36i07.R: R example code from the paper

[size=1em]Download(Downloads: 1152; 8KB)


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-3-20 01:52:21

Authors:

Agnieszka Król, Philippe Saint-Pierre

Title:

SemiMarkov: An R Package for Parametric Estimation in Multi-State Semi-Markov Models

Abstract:

Multi-state models provide a relevant tool for studying the observations of a continuous-time process at arbitrary times. Markov models are often considered even if semi-Markov are better adapted in various situations. Such models are still not frequently applied mainly due to lack of available software. We have developed the R package SemiMarkov to fit homogeneous semi-Markov models to longitudinal data. The package performs maximum likelihood estimation in a parametric framework where the distributions of the sojourn times can be chosen between exponential, Weibull or exponentiated Weibull. The package computes and displays the hazard rates of sojourn times and the hazard rates of the semi-Markov process. The effects of covariates can be studied with a Cox proportional hazards model for the sojourn times distributions. The number of covariates and the distribution of sojourn times can be specified for each possible transition providing a great flexibility in a models definition. This article presents parametric semi-Markov models and gives a detailed description of the package together with an application to asthma control.

Page views:: 790. Submitted: 2013-05-14. Published: 2015-08-27.

Paper:

SemiMarkov: An R Package for Parametric Estimation in Multi-State Semi-Markov Models     [size=1em]Download PDF (Downloads: 814)

Supplements:

SemiMarkov_1.4.2.tar.gz: R source package

[size=1em]Download(Downloads: 24; 44KB)

v66i06.R: R example code from the paper

[size=1em]Download(Downloads: 37; 2KB)


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-3-20 01:53:54
[size=0.7em] Issue 8
[size=0.7em]

Authors:

Christopher Jackson

Title:

Multi-State Models for Panel Data: The msm Package for R

Abstract:

Panel data are observations of a continuous-time process at arbitrary times, for example, visits to a hospital to diagnose disease status. Multi-state models for such data are generally based on the Markov assumption. This article reviews the range of Markov models and their extensions which can be fitted to panel-observed data, and their implementation in the msm package for R. Transition intensities may vary between individuals, or with piecewise-constant time-dependent covariates, giving an inhomogeneous Markov model. Hidden Markov models can be used for multi-state processes which are misclassified or observed only through a noisy marker. The package is intended to be straightforward to use, flexible and comprehensively documented. Worked examples are given of the use of msm to model chronic disease progression and screening. Assessment of model fit, and potential future developments of the software, are also discussed.

Page views:: 18164. Submitted: 2009-07-21. Published: 2011-01-04.

Paper:

Multi-State Models for Panel Data: The msm Package for R     [size=1em]Download PDF (Downloads: 18384)

Supplements:

msm_1.0.tar.gz: R source package

[size=1em]Download(Downloads: 1451; 690KB)

v38i08.tex: v38i08.R: R example code from the paper

[size=1em]Download(Downloads: 2383; 64KB)



二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-3-20 01:54:31

Authors:

Jared O\'Connell, Søren Højsgaard

Title:

Hidden Semi Markov Models for Multiple Observation Sequences: The mhsmm Package for R

Abstract:

This paper describes the R package mhsmm which implements estimation and prediction methods for hidden Markov and semi-Markov models for multiple observation sequences. Such techniques are of interest when observed data is thought to be dependent on some unobserved (or hidden) state. Hidden Markov models only allow a geometrically distributed sojourn time in a given state, while hidden semi-Markov models extend this by allowing an arbitrary sojourn distribution. We demonstrate the software with simulation examples and an application involving the modelling of the ovarian cycle of dairy cows.

Page views:: 8419. Submitted: 2009-03-02. Published: 2011-03-09.

Paper:

Hidden Semi Markov Models for Multiple Observation Sequences: The mhsmm Package for R     [size=1em]Download PDF (Downloads: 8602)

Supplements:

mhsmm_0.4.0.tar.gz: R source package

[size=1em]Download(Downloads: 583; 318KB)

v39i04.R: R example code from the paper

[size=1em]Download(Downloads: 665; 9KB)


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

2016-3-20 01:55:12

Authors:

Andre Berchtold

Title:

Markov Chain Computation for Homogeneous and Non-homogeneous Data: MARCH 1.1 Users Guide

Abstract:

MARCH is a free software for the computation of different types of Markovian models including homogeneous Markov Chains, Hidden Markov Models (HMMs) and Double Chain Markov Models (DCMMs). The main characteristic of this software is the implementation of a powerful optimization method for HMMs and DCMMs combining a genetic algorithm with the standard Baum-Welch procedure. MARCH is distributed as a set of Matlab functions running under Matlab 5 or higher on any computing platform. A PC Windows version running independently from Matlab is also available.

Page views:: 8289. Submitted: 2000-09-04. Published: 2001-03-27.

Paper:

Markov Chain Computation for Homogeneous and Non-homogeneous Data: MARCH 1.1 Users Guide     [size=1em]Download PDF (Downloads: 8300)

Supplements:

march.tar.gz: Source Package

[size=1em]Download(Downloads: 652; 17KB)


二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

点击查看更多内容…
相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群