powered by
Assesses the dictionnary common to various sequences, counts the occurences of each word (item, state)
makedico(x, printdata = FALSE, printdico = FALSE)
sequence: an object of class sequence
printdata logical: print sequences or not.
printdata
printdico logical: print or not the resulting dictionnary.
printdico
A list of character strings
# NOT RUN { data(seriseq) dic=makedico(seriseq,printdico=TRUE) # }
Run the code above in your browser using DataLab