Learn R Programming

Biograph (version 2.0.6)

Trans: Transitions by age

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

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.

Examples

Run this code
	data (GLHS)
	y<- Parameters(GLHS)
	z <- Trans (GLHS)

Run the code above in your browser using DataLab