Skip to content

Commit

Permalink
Ready for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
graemeleehickey committed Jul 22, 2017
1 parent 2ffb861 commit 9e4bc39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: joineRML
Type: Package
Title: Joint Modelling of Multivariate Longitudinal Data and Time-to-Event
Outcomes
Version: 0.3.0.9000
Version: 0.3.0
Authors@R: c(
person("Graeme L.", "Hickey", email = "[email protected]",
role = c("cre", "aut")),
Expand Down
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# joineRML 0.3.0.9000
# joineRML 0.3.0

## New features

* Added new function `dynSurv()`, which generates survival probabilities for a new subject conditional on their last measurement time and longitudial history. Prediction can be implemented using either a first order approximation or a Monte Carlo simulation approach.

* Added new function `dynLong()`, which generates expected longitudinal predictions for a new subject conditional on their last measurement time and longitudial history. Prediction can be implemented using a first order approximation or a Monte Carlo simulation approach.
* Added new functions `dynSurv()` and `dynLong()`, which generates survival probabilities and xpected longitudinal predictions, respectively, for a new subject conditional on their last measurement time and longitudial history. Prediction can be implemented using either a first order approximation or a Monte Carlo simulation approach.

* Added an associated `print()` method for `dynSurv` and `dynLong` objects.

Expand Down
1 change: 0 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ None
* ubuntu (via travis-ci)
* windows (via appveyor)
* win-builder (release, devel)
* tested on several R-hub platforms

## R CMD check results

Expand Down

0 comments on commit 9e4bc39

Please sign in to comment.