aboutsummaryrefslogtreecommitdiff
path: root/_pkgdown.yml
blob: 996b8d3b7c6702213261da4218a6654eed536506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
url: https://pkgdown.jrwb.de/mkin

development:
  mode: devel
  version_label: info

template:
  bootswatch: spacelab

news:
  cran_dates: false

reference:
  - title: Main functions
    desc:  Essential functionality
    contents:
      - mkinmod
      - mkinfit
      - mmkin
      - 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
      - confint.mkinfit
      - update.mkinfit
      - lrtest.mkinfit
      - loftest
      - mkinerrmin
      - CAKE_export
  - title: Work with mmkin objects
    desc: Functions working with aggregated results
    contents:
      - "`[.mmkin`"
      - plot.mmkin
      - AIC.mmkin
      - summary.mmkin
  - title: Mixed models
    desc: Create and work with nonlinear hierarchical models
    contents:
      - hierarchical_kinetics
      - read_spreadsheet
      - 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:
      - ds_mixed
      - D24_2014
      - dimethenamid_2018
      - FOCUS_2006_A
      - FOCUS_2006_SFO_ref_A_to_F
      - FOCUS_2006_FOMC_ref_A_to_F
      - FOCUS_2006_HS_ref_A_to_F
      - FOCUS_2006_DFOP_ref_A_to_B
      - NAFTA_SOP_2015
      - NAFTA_SOP_Attachment
      - mccall81_245T
      - schaefer07_complex_case
      - synthetic_data_for_UBA_2014
      - experimental_data_for_UBA_2019
      - test_data_from_UBA_2014
      - focus_soil_moisture
      - mkinds
      - mkindsg
  - title: NAFTA guidance
    contents:
      - nafta
      - print.nafta
      - plot.nafta
  - title: Utility functions
    contents:
      - summary_listing
      - f_time_norm_focus
      - set_nd_nq
      - max_twa_parent
      - mkin_wide_to_long
      - mkin_long_to_wide
  - title: Helper functions mainly used internally
    contents:
      - mkinpredict
      - transform_odeparms
      - ilr
      - logLik.mkinfit
      - residuals.mkinfit
      - nobs.mkinfit
      - mkinresplot
      - mkinparplot
      - mkinerrplot
      - mean_degparms
      - create_deg_func
  - title: Analytical solutions
    desc: Parent only model solutions
    contents:
      - SFO.solution
      - FOMC.solution
      - DFOP.solution
      - SFORB.solution
      - HS.solution
      - IORE.solution
      - logistic.solution
  - title: Generate synthetic datasets
    contents:
      - add_err
      - sigma_twocomp
  - title: Deprecated functions
    desc: Functions that have been superseded
    contents:
      - mkinplot

navbar:
  title: ~
  type: default
  left:
    - text: Reference
      href: reference/index.html
    - text: Articles
      menu:
      - text: Introduction to mkin
        href: articles/mkin.html
      - text: "-------"
      - text: Example evaluations with (generalised) nonlinear least squares
      - text: Example evaluation of FOCUS Example Dataset D
        href: articles/FOCUS_D.html
      - text: Example evaluation of FOCUS Laboratory Data L1 to L3
        href: articles/FOCUS_L.html
      - text: Example evaluation of FOCUS Example Dataset Z
        href: articles/web_only/FOCUS_Z.html
      - text: "-------"
      - text: Example evaluations with hierarchical models (nonlinear mixed-effects models)
      - text: Testing hierarchical parent degradation kinetics with residue data on dimethenamid and dimethenamid-P
        href: articles/prebuilt/2022_dmta_parent.html
      - text: Testing hierarchical pathway kinetics with residue data on dimethenamid and dimethenamid-P
        href: articles/prebuilt/2022_dmta_pathway.html
      - text: Testing covariate modelling in hierarchical parent degradation kinetics with residue data on mesotrione
        href: articles/prebuilt/2023_mesotrione_parent.html
      - text: Testing hierarchical pathway kinetics with residue data on cyantraniliprole
        href: articles/prebuilt/2022_cyan_pathway.html
      - text: Comparison of saemix and nlme evaluations of dimethenamid data from 2018
        href: articles/web_only/dimethenamid_2018.html
      - text: Short demo of the multistart method
        href: articles/web_only/multistart.html
      - text: "-------"
      - text: Performance
      - text: Performance benefit by using compiled model definitions in mkin
        href: articles/web_only/compiled_models.html
      - text: Benchmark timings for mkin
        href: articles/web_only/benchmarks.html
      - text: Benchmark timings for saem.mmkin
        href: articles/web_only/saem_benchmarks.html
      - text: "-------"
      - text: Miscellaneous
      - text: Calculation of time weighted average concentrations with mkin
        href: articles/twa.html
      - text: Example evaluation of NAFTA SOP Attachment examples
        href: articles/web_only/NAFTA_examples.html
    - text: News
      href: news/index.html

Contact - Imprint