Trans: Transitions by age

Description Usage Arguments Value Author(s) Examples

Description

Produces tables of transitions: (1) by origin and destination and (2) by origin, destination and age. It also computes the mean ages at transition.

Usage

1
Trans(Bdata)

Arguments

Bdata

Biograph object

Value

Ttrans

Total number of transitions by origin and destination.

meanage

Mean age of transitions by origin and destination

trans

Number of transitions by origin, destination and age

states_during_interval

Number of states occupied during an age interval of one year by an average subject.

Author(s)

Frans Willekens

Examples

1
2
3
	data (GLHS)
	y<- Parameters(GLHS)
	z <- Trans (GLHS)

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