-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
|
||
# jmpost Development Version | ||
|
||
- Introduced the `saveObject()` method for `JointModelSample` objects in order to serialise them to disk (#431). | ||
- Added support for truncated prior distributions e.g. you can now apply a normal prior to a strictly positive parameter and jmpost will take care of adjusting the density accordingly (#429). | ||
- Included new Gamma distribution survival model (#411). | ||
- Reworked LOO calculations to apply to each individual submodel and disabled LOO calculations for the overall joint model (#402). | ||
- Added support for additive variance (#403). | ||
- Added support for independent variances per study/arm (#389). | ||
- Miscellaneous bug fixes. | ||
|
||
# jmpost 0.0.1 | ||
|
||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,3 +144,5 @@ pk | |
LogitNormal | ||
csv | ||
saveObject | ||
submodel | ||
serialise |