powered by
Caughley's (1966) survival data on Himalayan thar (Hemitargus jemlahicus).
data(thar)
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
Caughley (1966) smoothed the counts within age classes and this data set used those reported smoothed counts.
# 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