diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-02-08 17:17:29 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-02-08 17:17:29 +0100 |
commit | 0fa8a770812775d697717ad723f7f61fb04b7fef (patch) | |
tree | 17473ddf787541745d47dab063bc643ec59a9557 /_pkgdown.yml | |
parent | d081384ddcb75a9f92fad33e4e3f6d6796f98e67 (diff) | |
parent | c0638c84568d475b3b059e2c6e593e6f03b846bc (diff) |
Merge branch 'nlmixr'
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index aaade416..ec9bfb1b 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 @@ -42,11 +42,19 @@ reference: desc: Create and work with nonlinear mixed effects models contents: - nlme.mmkin + - saem.mmkin + - nlmixr.mmkin - plot.mixed.mmkin - summary.nlme.mmkin + - summary.nlmixr.mmkin + - summary.saem.mmkin - nlme_function - get_deg_func + - saemix_model - mixed + - intervals + - intervals.saem.mmkin + - intervals.nlmixr.mmkin - title: Datasets and known results contents: - focus_soil_moisture @@ -82,12 +90,14 @@ reference: - mkinpredict - transform_odeparms - ilr + - tffm0 - logLik.mkinfit - residuals.mkinfit - nobs.mkinfit - mkinresplot - mkinparplot - mkinerrplot + - mean_degparms - create_deg_func - title: Analytical solutions desc: Parent only model solutions |