Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

seqe

Event sequence object


Description

TraMineR uses an internal event sequence object for all its operations with event sequences such as mining frequent subsequences. The function is.seqelist checks wether the argument is an event sequence object while is.eseq checks wether the argument is a single element of an event sequence object.

There is a print method that can be applied to such event sequence object.

is.seqe() has been removed in TraMineR 2.x, use is.eseq() instead.

Usage

is.eseq(eseq, s)
is.seqelist(eseq, s)

Arguments

eseq

Sequence

s

Deprecated. Use eseq instead.

Author(s)

Matthias Studer (with Gilbert Ritschard for the help page)

See Also

str.seqelist, str.eseq,as.character.seqelist and as.character.eseq to convert sequences from an event sequence object into character strings


TraMineR

Trajectory Miner: a Toolbox for Exploring and Rendering Sequences

v2.2-1
GPL (>= 2)
Authors
Alexis Gabadinho [aut, cph], Matthias Studer [aut, cph] (<https://orcid.org/0000-0002-6269-1412>), Nicolas M"{u}ller [aut], Reto B"{u}rgin [aut], Pierre-Alexandre Fonta [aut], Gilbert Ritschard [aut, cre, cph] (<https://orcid.org/0000-0001-7776-0903>)
Initial release
2020-10-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.