seqMissPatt {seqimpute} | R Documentation |
seqMissPatt.R
offers a quick visualization of the repeating missing
patterns among the dataset especially thanks to the package TraMineR
.
seqMissPatt(OD, k, numbOfMostFreqSeq = 10, pbarw = FALSE, clustNumb = 3)
OD |
|
k |
|
numbOfMostFreqSeq |
|
pbarw |
|
clustNumb |
|
Various plots indexing the missing patterns among the binary matrix of the inputed dataset:
Sequences ordered according to ascending size of initial/terminal gaps
Most frequent sequences
Clustered sequences
Etc.
Andre Berchtold <andre.berchtold@unil.ch>
data(OD) seqMissPatt(OD=OD, k=2, numbOfMostFreqSeq=5, pbarw=TRUE, clustNumb=3)