From 78a24d7332c4560775e1b89df7fd1a72f7f44d02 Mon Sep 17 00:00:00 2001 From: Fei Huang <55334706+feihuang921@users.noreply.github.com> Date: Thu, 19 Dec 2019 09:35:50 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a767f68..0383012 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # STLT -This package fits the Smooth Threshold Life Table (STLT) and Dyanmic Smooth Threshold Life Table (DSTLT) as outlined in Huang et al. (2019). It also provides S3 methods for predicting using fitted STLT and DSTLT models, as well as plotting the fitted lines. To install the package, +This R package implements the Smooth Threshold Life Table (STLT) and Dyanmic Smooth Threshold Life Table (DSTLT) as outlined in Huang et al. (2019). It also provides S3 methods for predicting using fitted STLT and DSTLT models, as well as plotting the fitted lines. To install the package, Install from GitHub : devtools::install_github("u5838836/STLT/STLT") + +Reference: +Huang, F., Maller, R. & Ning, X. (2019). Modelling life tables with advanced ages: an extreme value theory approach. Working paper. From b4fd77d1054c3e45f4b4a8005262aa4d24294dff Mon Sep 17 00:00:00 2001 From: Fei Huang <55334706+feihuang921@users.noreply.github.com> Date: Thu, 19 Dec 2019 09:43:23 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0383012..dc317cb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This R package implements the Smooth Threshold Life Table (STLT) and Dyanmic Smooth Threshold Life Table (DSTLT) as outlined in Huang et al. (2019). It also provides S3 methods for predicting using fitted STLT and DSTLT models, as well as plotting the fitted lines. To install the package, Install from GitHub : devtools::install_github("u5838836/STLT/STLT") - + + +Note that the "devtools" package must be installed first. + Reference: Huang, F., Maller, R. & Ning, X. (2019). Modelling life tables with advanced ages: an extreme value theory approach. Working paper.