Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 488 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 488 Bytes

MultistateModels

Monte-Carlo expectation-maximization algorithm for fitting multi-state semi-Markov models to panel data in Julia. The algorithm can fit parametric and semi-parametric transition intensities with a proportional intensity parameterization for covariate effects.

Installation

You can install the development version of MultistateModels from GitHub with:

using Pkg
Pkg.add(url="https://github.com/fintzij/MultistateModels.jl.git")