data_to_stslist {seqHMM} | R Documentation |
Transform TraMineR's state sequence object to data.table and vice versa
Description
Transform TraMineR's state sequence object to data.table and vice versa
Usage
data_to_stslist(x, id, time, responses, seqdef_args = NULL, ...)
stslist_to_data(x, id, time, responses, ...)
Arguments
x |
For |
id |
A character string specifying the id variable. Ignored if |
time |
A character string specifying the time variable. Ignored if |
responses |
A character vector specifying the name(s) of the response
variable(s). Ignored if |
seqdef_args |
A list of additional arguments to |
... |
Ignored |
[Package seqHMM version 2.0.0 Index]