Learn R Programming

demogR (version 0.6.0)

thar: thar

Description

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

Usage

data(thar)

Arguments

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.

Examples

Run this code
# NOT RUN {
data(thar)
thar.lt <- with(thar, 
    life.table(x=age, 
        nDx=deaths, 
        nKx=count, 
        type="cohort", 
        iwidth=1, 
        width12=c(1,1)))
thar.lt
# }

Run the code above in your browser using DataLab