From 7091d3738e7e55acb20edb88772b228f6f5b6c98 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Oct 2019 01:55:01 +0100 Subject: Add likelihood ratio test and other methods, fixes The likelihood ratio test method is lrtest, in addition, methods for update and residuals were added. --- _pkgdown.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to '_pkgdown.yml') 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: -- cgit v1.2.1