Auto-association between states
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
data(biofam) biofam.seq <- seqdef(biofam[1:100,10:25]) aa <- seqauto(biofam.seq, order=5) aa
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.