seqTrans {seqimpute} | R Documentation |
The purpose of seqTrans.R
is to compute and spot transitions
in a dataset.
seqTrans(OD, k, trans)
OD |
|
k |
|
trans |
|
It returns a message containing the transOverview data.frame
object that gathers the occurences of each type of impossible transitions.
rowMat matrix
object containing the row coordinates of the impossible transitions (stored in seqTransList[1]
).
colMat matrix
object containing the column coordinates of the impossible transitions (stored in seqTransList[2]
).
Andre Berchtold <andre.berchtold@unil.ch>, Kevin Emery
data(OD) seqTransList <- seqTrans(OD=OD, k=2, trans=c("yes->no"))