-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·36 lines (36 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
executable file
·36 lines (36 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: msm
Version: 1.8.2
Date: 2024-11-07
Title: Multi-State Markov and Hidden Markov Models in Continuous Time
Authors@R: c(person("Christopher", "Jackson",
email="chris.jackson@mrc-bsu.cam.ac.uk",
role=c("aut", "cre")))
Description: Functions for fitting continuous-time Markov and hidden
Markov multi-state models to longitudinal data. Designed for
processes observed at arbitrary times in continuous time (panel data)
but some other observation schemes are supported. Both Markov
transition rates and the hidden Markov output process can be modelled
in terms of covariates, which may be constant or piecewise-constant
in time.
License: GPL (>= 2)
Imports:
survival,
mvtnorm,
expm,
generics,
tibble
Suggests:
mstate,
minqa,
doParallel,
foreach,
numDeriv,
testthat,
flexsurv,
covr
URL: https://github.com/chjackson/msm,
https://chjackson.github.io/msm/
BugReports: https://github.com/chjackson/msm/issues
LazyData: yes
Encoding: UTF-8
RoxygenNote: 7.3.2