Learn R Programming

Families (version 2.0.2)

Dd: Date(s) of death in decimal format

Description

Retrieves date(s) of death from the database

Usage

Dd(idego, d = NULL)

Value

Date of death (decimal format)

Arguments

idego

vector of IDs of egos

d

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

Examples

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

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

Run the code above in your browser using DataLab