Learn R Programming

Biograph (version 1.0)

YearTrans: Years at transition

Description

Converts dates at transition to years at transition. Year is given as real number, i.e. with fraction of year.

Usage

YearTrans(survey)

Arguments

survey
Input data

Value

  • Years at transition

See Also

CMC.years

Examples

Run this code
data(GLHS)
  z <- Parameters(GLHS)
  yeartrans <- YearTrans(GLHS)

Run the code above in your browser using DataLab