Dd {Families}R Documentation

Date(s) of death in decimal format

Description

Retrieves date(s) of death from the database

Usage

Dd(idego, d = NULL)

Arguments

idego

vector of IDs of egos

d

Name of database. If d is missing, dLH is used.

Value

Date of death (decimal format)

Examples

# Load the data
data(dLH,package = "Families")

# Date of death of first individual in database
Dd(idego=1,d=dLH) 


[Package Families version 2.0.2 Index]