paths.Lexis | R Documentation |
Paths visited in a Lexis
multistate model.
## S3 method for class 'Lexis'
paths(Lx, dfr = FALSE, ...)
Lx |
A |
dfr |
Logical. Should results be returned as a data frame with
columns |
... |
Arguments passed on. Ignored |
A factor with levels describing each person's path through states. It is
of length length(nid(Lx))
, named by the (character)
values of Lx$lex.id
. If dfr
is TRUE
a two-column
data frame is returned.
Bendix Carstensen, b@bxc.dk, http://bendixcarstensen.com
cutLexis
,
mcutLexis
,
rcutLexis
,
nid
,
Lexis
# a simple example
example(DMlate)
summary(dmi)
str(paths.Lexis(dmi, dfr = TRUE))
str(pathD <- paths.Lexis(dmi))
cbind(addmargins(table(pathD)))
#
# an example with recurring events
example(steno2)
summary(L4)
str(pathS <- paths.Lexis(L4))
cbind(addmargins(table(pathS)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.