transitions: Generate flow table

Description Usage Arguments Value Author(s) Examples

Description

Generates table of transitions by origin and destination.

Usage

1
transitions(Bdata,newnamstates)

Arguments

Bdata

Biograph object

newnamstates

New names of the states

Value

nsample

Sample size

namstates

Names of the states

ntrans

Number of possible interstate transitions

nntrans

Transition count by origin and destination

trans_possible

Logical variable indicating which transitions are feasible

transitions

List of feasible transitions: line number of transition, origin state and destination state

tmat

Line numbers of the feasible transitions

Author(s)

Frans Willekens

Examples

1
2
data (GLHS)
z <- transitions (GLHS)

Example output



Biograph documentation built on May 1, 2019, 8:48 p.m.