View source: R/stslist_to_data.R
data_to_stslist | R Documentation |
Transform TraMineR's state sequence object to data.table and vice versa
data_to_stslist(x, id, time, responses, seqdef_args = NULL, ...)
stslist_to_data(x, id, time, responses, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.