Learn R Programming

Biograph (version 1.0)

Remove.intrastate: Remove intrastate transitions from Biograph object

Description

Removes intrastate transitions.

Usage

Remove.intrastate(survey)

Arguments

survey
Biograph object

Value

  • DBiograph object with intrastate transitions removed
  • parObject created by function Parameters: parameters of Biograph object with intrastate transitions removed.

Details

Intrastate transitions are removed and characteristics of the resulting data set are computed.

Examples

Run this code
data (GLHS)
  survey2 <- Remove.intrastate (GLHS)

Run the code above in your browser using DataLab