An open API service indexing awesome lists of open source software.

https://github.com/chjackson/msm

The msm R package for continuous-time multi-state modelling of panel data
https://github.com/chjackson/msm

Last synced: 8 months ago
JSON representation

The msm R package for continuous-time multi-state modelling of panel data

Awesome Lists containing this project

README

          

msm
===

The [msm](http://cran.r-project.org/package=msm) R package for continuous-time multi-state modelling of panel data.

## Installation (stable CRAN version)
```r
install.packages("msm")
```

## Installation (development version)

```r
install.packages("devtools") # if devtools not already installed
devtools::install_github('chjackson/msm')
```

## Tutorial material on msm

[Multi-state modelling with msm: material from a web-based training course](https://chjackson.github.io/msm/msmcourse/)

[User guide for the current CRAN version](https://cran.r-project.org/web/packages/msm/vignettes/msm-manual.pdf)


[![R-CMD-check](https://github.com/chjackson/msm/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/chjackson/msm/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/chjackson/msm/branch/master/graph/badge.svg)](https://app.codecov.io/gh/chjackson/msm?branch=master)