Learn R Programming

Biograph (version 2.0.6)

SamplePath: Obtains samplepath for selected subjects

Description

Obtains empirical lifepaths for selected subjects

Usage

SamplePath(Bdata, subjectsID)

Arguments

Bdata
Biograph object
subjectsID
Vector with IDs of selected subjects

Details

Displays lifepaths for selected individuals

Examples

Run this code
	data (GLHS)
	z <- Parameters (GLHS)
   subjectsID <- c(1,6,7,19,136,208)
   samplepaths <- SamplePath (Bdata=GLHS,subjectsID=subjectsID)  

Run the code above in your browser using DataLab