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
- Host: GitHub
- URL: https://github.com/chjackson/msm
- Owner: chjackson
- Created: 2016-10-10T10:14:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T08:32:05.000Z (11 months ago)
- Last Synced: 2025-10-21T20:51:59.721Z (8 months ago)
- Language: R
- Homepage: https://chjackson.github.io/msm/
- Size: 12.8 MB
- Stars: 62
- Watchers: 2
- Forks: 17
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
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)
[](https://github.com/chjackson/msm/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/chjackson/msm?branch=master)