diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-31 01:55:01 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-31 01:59:05 +0100 |
commit | 7091d3738e7e55acb20edb88772b228f6f5b6c98 (patch) | |
tree | b6e31700074605c702662e5238162c57de330453 /_pkgdown.yml | |
parent | 5e4ea59a41e00b05ea6664c08c7922e892e8ab77 (diff) |
Add likelihood ratio test and other methods, fixes
The likelihood ratio test method is lrtest, in addition,
methods for update and residuals were added.
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index bbf63301..2409bc85 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -17,15 +17,14 @@ reference: desc: Functions working with mkinfit objects contents: - plot.mkinfit + - summary.mkinfit - parms.mkinfit - confint.mkinfit - - summary.mkinfit - - logLik.mkinfit - - mkinresplot - - mkinparplot - - mkinerrplot - - endpoints + - update.mkinfit + - lrtest.mkinfit - mkinerrmin + - endpoints + - CAKE_export - title: Work with mmkin objects desc: Functions working with aggregated results contents: @@ -53,7 +52,7 @@ reference: - nafta - print.nafta - plot.nafta - - title: Helper functions + - title: Helper functions mainly used internally contents: - mkinsub - max_twa_parent @@ -64,7 +63,11 @@ reference: - transform_odeparms - ilr - sigma_twocomp - - CAKE_export + - logLik.mkinfit + - residuals.mkinfit + - mkinresplot + - mkinparplot + - mkinerrplot - title: Analytical solutions desc: Parent only model solutions contents: |