Sequence length
Returns the length of sequences.
seqlength(seqdata, with.missing=TRUE)
seqdata |
a sequence object created with the |
with.missing |
logical: should non-void missing values be treated as a regular state?
Default is |
The length of a sequence is computed by counting its number of non void elements, i.e. including non-void missing values. The seqlength
function returns a vector containing the length of each sequence in the provided sequence object.
Alexis Gabadinho and Gilbert Ritschard
## Loading the 'famform' example data set data(famform) ## Defining a sequence object with the 'famform' data set ff.seq <- seqdef(famform) ## Retrieving the length of the first 10 sequences ## in the ff.seq sequence object seqlength(ff.seq)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.