thar {demogR}R Documentation

thar

Description

Caughley's (1966) survival data on Himalayan thar (Hemitargus jemlahicus).

Usage

data(thar)

Format

A data frame with 13 observations on the following 3 variables.

age

age class

count

the number of individuals at the start of the age class

deaths

observed deaths in the age class

Details

Caughley (1966) smoothed the counts within age classes and this data set used those reported smoothed counts.

Source

Caughley, G. 1966. Mortality patterns in mammals. Ecology 47:906-918.

Examples

data(thar)
thar.lt <- with(thar, 
    life.table(x=age, 
        nDx=deaths, 
        nKx=count, 
        type="cohort", 
        iwidth=1, 
        width12=c(1,1)))
thar.lt

[Package demogR version 0.6.0 Index]