famform: Example data set: sequences of family formation

famformR Documentation

Example data set: sequences of family formation

Description

This data set contains 5 sequences of family formation histories, used by Elzinga (2008) to introduce several metrics for computing distances between sequences. These sequences don't contain information about the duration spent in each state, they contain only distinct successive states.

Usage

data(famform)

Format

A data frame with 5 rows and 1 variable.

Details

The sequences are in ‘STS’ format and stored in character strings with states separated with ‘-’. The alphabet is made of the five tokens M, MC, S, SC, and U.

This data set is used in TraMineR's manual to crosscheck some results with those presented by Elzinga.

Author(s)

Gilbert Ritschard and Alexis Gabadinho

Source

Elzinga (2008)

References

Elzinga, Cees H. (2008). Sequence analysis: Metric representations of categorical time series. Non published manuscript. VU University, Amsterdam.

Examples

data(famform)
ff.seq <- seqdef(famform)
seqiplot(ff.seq)

TraMineR documentation built on Dec. 15, 2025, 3:01 a.m.