lifetable(age = NULL, numbers = NULL, r = NULL, type = 1)
1 = Age at death recorded directly and no assumption made about population stability or stability of age structure - Method 1 in Krebs (1989). 2 = Cohort size recorded directly and and no assumption made about population stability or stability of age structure - Method 2 in Krebs (1989). 3 = Ages at death recorded for a population with stable age distribution and known rate of increase - Method 5 in Krebs (1989). 4 = Age distribution recorded for a population with a stable age distribution and known rate of increase - Method 6 in Krebs (1989).
data(buffalo)
lifetable(age=buffalo$age,numbers=buffalo$nx,type=2)
Run the code above in your browser using DataLab