seqauto | R Documentation |
Computes auto-associations of order k = 1 to order
, between current states and states lagged by k positions.
seqauto(seqdata, order = 1, measure = "cv")
seqdata |
A state sequence object or a data frame with sequential data in STS format. |
order |
Maximum wanted order of auto-association. |
measure |
Character string. Currently only |
The function puts the data in "SRS"
form by means of the seqformat
function.
A matrix with order
rows and two columns: the auto-association and its p-value.
Function in development, not fully checked.
Gilbert Ritschard
seqformat
data(biofam)
biofam.seq <- seqdef(biofam[1:100,10:25])
aa <- seqauto(biofam.seq, order=5)
aa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.