-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.16 KB
/
DESCRIPTION
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
Package: smms
Title: Semi-Markov Multi-State models for interval censored data
Version: 0.0.1
Authors@R: c(
person(given = "Céline",
family = "Cunen",
role = c("aut", "cre"),
email = "celine.cunen@gmail.com",
comment = c(ORCID = "0000-0002-8215-3080")),
person(given = "Marthe",
family = "Aastveit",
role = c("aut"),
email = "aastveit@nr.no"))
Description: Functions for fitting Semi-Markovian multi-state models. Constructs
and optimises the likelihood for arbitrary multi-state models where the possible
state transitions can be described by a directed acyclic graph with one or more
initial states and one or more absorbing states. Designed for data where the exact
state transitions are not necessarily observed, so that we have interval censoring of
the transition times. Data like these are sometimes referred to as panel data.
License: MIT
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
igraph,
parallel,
cubature,
stats,
pracma,
numDeriv
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr