# Mixture Hidden Markov Models for Sequence Data: The seqHMM Package in R

**Authors:** Satu Helske, Jouni Helske

arXiv: 1704.00543 · 2021-03-22

## TL;DR

The paper introduces the seqHMM package in R for modeling and visualizing complex sequence data using hidden Markov models and mixture models, facilitating analysis of multivariate categorical time series.

## Contribution

It presents an R package that enables efficient modeling, clustering, and visualization of sequence data with HMMs and MHMMs, including variants like latent class and Markov models.

## Key findings

- Supports modeling of multiple interdependent sequences
- Provides visualization tools for data and models
- Enables clustering and analysis of heterogeneous sequence data

## Abstract

Sequence analysis is being more and more widely used for the analysis of social sequences and other multivariate categorical time series data. However, it is often complex to describe, visualize, and compare large sequence data, especially when there are multiple parallel sequences per subject. Hidden (latent) Markov models (HMMs) are able to detect underlying latent structures and they can be used in various longitudinal settings: to account for measurement error, to detect unobservable states, or to compress information across several types of observations. Extending to mixture hidden Markov models (MHMMs) allows clustering data into homogeneous subsets, with or without external covariates.   The seqHMM package in R is designed for the efficient modeling of sequences and other categorical time series data containing one or multiple subjects with one or multiple interdependent sequences using HMMs and MHMMs. Also other restricted variants of the MHMM can be fitted, e.g., latent class models, Markov models, mixture Markov models, or even ordinary multinomial regression models with suitable parameterization of the HMM. Good graphical presentations of data and models are useful during the whole analysis process from the first glimpse at the data to model fitting and presentation of results. The package provides easy options for plotting parallel sequence data, and proposes visualizing HMMs as directed graphs.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.00543/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1704.00543/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1704.00543/full.md

---
Source: https://tomesphere.com/paper/1704.00543