powered by
Makes life tables from mortality data binaries produced by mkMrt() and places the files in the same folder.
mkLT(mrtHome="~/data/usMort",input="mrt.RData",output="ltb.RData")
Directory that contains the mortality data binary.
File that contains the mortality data binary.
File that will contain the life tables.
None. This function is called for its side-effect of producing male and female life tables in files.
SEERaBomb-package,mkSEER
# NOT RUN { library(SEERaBomb) mkLT() load("~/data/usMort/ltb.RData") tail(ltb$Female) # }
Run the code above in your browser using DataLab