diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 17:24:53 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-09 17:24:53 +0100 |
commit | aa74f5a30853fb0a15c99c283e072f08ee819149 (patch) | |
tree | 988ec89e22b48fff4544653a4c3443356bab3071 /_pkgdown.yml | |
parent | a1631098acfc3352e19c331e568bd6f5766b3c3d (diff) |
saemix.mmkin and nlme.mmkin inherit from mixed.mmkin
With a plot method. The class mixed.mmkin is currently only a virtual
class created to unify the plotting method.
Diffstat (limited to '_pkgdown.yml')
-rw-r--r-- | _pkgdown.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index 61c69a9d..75296568 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -42,11 +42,10 @@ reference: desc: Create and work with nonlinear mixed effects models contents: - nlme.mmkin - - plot.nlme.mmkin - - summary.nlme.mmkin - saem.mmkin + - plot.mixed.mmkin + - summary.nlme.mmkin - summary.saem.mmkin - - plot.saem.mmkin - nlme_function - get_deg_func - saemix_model |