diff options
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index 77cb0323..cf9e292d 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,8 +1,8 @@ url: https://pkgdown.jrwb.de/mkin development: - mode: release - version_label: default + mode: devel + version_label: info template: bootswatch: spacelab @@ -17,20 +17,25 @@ reference: - mkinmod - mkinfit - mmkin - - nafta + - mhmkin + - title: Generics + desc: Generic functions introduced by the package + contents: + - parms + - status + - illparms + - endpoints + - aw - title: Show results desc: Functions working with mkinfit objects contents: - plot.mkinfit - summary.mkinfit - - parms.mkinfit - confint.mkinfit - update.mkinfit - lrtest.mkinfit - loftest - mkinerrmin - - endpoints - - aw - CAKE_export - title: Work with mmkin objects desc: Functions working with aggregated results @@ -38,20 +43,27 @@ reference: - "`[.mmkin`" - plot.mmkin - AIC.mmkin + - summary.mmkin - title: Mixed models - desc: Create and work with nonlinear mixed effects models + desc: Create and work with nonlinear hierarchical models contents: - nlme.mmkin - saem.mmkin + - "`[.mhmkin`" - plot.mixed.mmkin - summary.nlme.mmkin - summary.saem.mmkin + - anova.saem.mmkin + - logLik.saem.mmkin - nlme_function - get_deg_func - saemix_model - mixed - intervals - intervals.saem.mmkin + - multistart + - llhist + - parplot - title: Datasets and known results contents: - focus_soil_moisture @@ -79,6 +91,7 @@ reference: - title: Utility functions contents: - f_time_norm_focus + - set_nd_nq - max_twa_parent - mkin_wide_to_long - mkin_long_to_wide @@ -130,10 +143,12 @@ navbar: href: articles/FOCUS_L.html - text: Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models href: articles/web_only/dimethenamid_2018.html - - text: Example evaluation of FOCUS Example Dataset Z - href: articles/web_only/FOCUS_Z.html + - text: Short demo of the multistart method + href: articles/web_only/multistart.html - text: Performance benefit by using compiled model definitions in mkin href: articles/web_only/compiled_models.html + - text: Example evaluation of FOCUS Example Dataset Z + href: articles/web_only/FOCUS_Z.html - text: Calculation of time weighted average concentrations with mkin href: articles/twa.html - text: Example evaluation of NAFTA SOP Attachment examples |