powered by
Dummy function called in life.table.
life.table
cohort(width12)
width of the first two age classes
A two element vector representing the first two values of the nax column of the life table.
This is essentially a place-holder function used when passing the option type="cohort" to life.table.
type="cohort"
# 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