diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 20:50:09 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-26 20:50:09 +0200 |
commit | 7b7729694363515007193d1c3e29e9b76271abb3 (patch) | |
tree | 3aa572fb56d26d4ad53463e320ee9e75ff4a2321 /NEWS.md | |
parent | af2e1540cdad2fd00bb6216a38a754ff748629ad (diff) |
parms and confint methods
The confint method can do profile likelihood based confidence intervals!
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ # mkin 0.9.49.6 (unreleased) +- Add 'parms' and 'confint' methods for mkinfit objects. Confidence intervals based on the quadratic approximation as in the summary, and based on the profile likelihood + - Move long-running tests to tests/testthat/slow with a separate test log. They currently take around 7 minutes on my system - 'mkinfit': Clean the code and return functions to calculate the log-likelihood and the sum of squared residuals |