Learn R Programming

Biograph (version 1.0)

statesequence.ind: Individual trajectories

Description

Shows for each subject the state sequence (trajectory)

Usage

statesequence.ind(survey)

Arguments

survey
input data

Value

  • The value returned is a two-way table with for each subject the the sequences of states occupied between onset and end of observation

Details

Individual sequences are basis for exploratory sequence analysis

Examples

Run this code
data(GLHS)
	z <- Parameters (GLHS)  
	seq.ind <- statesequence.ind (GLHS)

Run the code above in your browser using DataLab