Learn R Programming

Biograph (version 2.0.6)

Sequences.ind: Individual state trajectories

Description

Shows for each subject in the sample the state sequence (trajectory) from onset to end of observation.

Usage

Sequences.ind(path,namstatesnew)

Arguments

path
State sequence
namstatesnew
state labels (labels of single characters)

Value

Details

Individual sequences are basis for exploratory sequence analysis

Examples

Run this code
	data(GLHS)
	z <- Parameters (GLHS)  
	seq.ind <- Sequences.ind (path=GLHS$path,namstatesnew=attr(GLHS,"param")$namstates)

Run the code above in your browser using DataLab