s1-data: Example sequence data set

Description Usage Format Details Examples

Description

Example data set containing one single sequence

Usage

1

Format

A character string representing a sequence of 27 symbols separated with '-'.

Details

A sequence object can be created with the dedicated TraMineR seqdef function. State sequence objects are the main argument for the pstree method that creates probabilistic suffix trees. See example below.

Examples

1
2
3
4
5
6
7
8
9
## Loading the data
data(s1)

## Creating a state sequence object
s1.seq <- seqdef(s1)

## Building and plotting a PST
S1 <- pstree(s1.seq, L = 3)
plot(S1)

PST documentation built on May 2, 2019, 3:43 a.m.

Related to s1-data in PST...