powered by
Gets mortality data from the Human Mortality Database http://www.mortality.org/ and puts it in the file mrt.RData.
mrt.RData
mkMrt(username,passwd,country="USA",mrtHome="~/data/usMort")
Username of Human Mortality Database account.
Password of Human Mortality Database account.
This should probably stay at its default of USA.
Directory that will contain the mortality data binary. Should be writable by user.
None. This function is called for its side-effect of producing mrt.RData.
Barbieri M, Wilmoth JR, Shkolnikov VM, et al. Data Resource Profile: The Human Mortality Database (HMD). Int J Epidemiol. 2015;44: 1549-1556.
SEERaBomb-package,mkSEER
# NOT RUN { library(SEERaBomb) mkMrt("username", "password")# sub in your personal account info load("~/data/usMort/mrt.RData") head(mrt$Female) # }
Run the code above in your browser using DataLab