-
Notifications
You must be signed in to change notification settings - Fork 8
/
_pkgdown.yml
138 lines (138 loc) · 2.96 KB
/
_pkgdown.yml
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
url: https://lapkb.github.io/Pmetrics/
template:
bootstrap: 5
bootswatch: flatly
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github]
components:
intro:
text: Start Here
href: articles/pmetrics.html
articles:
text: Articles
menu:
- text: Introduction
href: articles/intro.html
- text: Overview
href: articles/overview.html
- text: Workflow
href: articles/workflow.html
- text: Data Objects
href: articles/data.html
- text: Model Objects
href: articles/models.html
- text: Running the fit
href: articles/running.html
- text: Created Objects
href: articles/objects.html
- text: Simulation
href: articles/simulation.html
- text: Plotly plots
href: articles/plotly.html
home:
sidebar:
structure: [links, license, community, citation, authors, dev]
components:
custom:
title: Discussion
text: Discussion board
href: https://github.com/LAPKB/Pmetrics/discussions
reference:
- title: R6 objects
desc: Create Pmetrics R6 objects
- contents:
- starts_with("PM_")
- ab
- additive
- combination
- covariate
- errorPoly
- fixed
- msd
- proportional
- build_model
- title: Make functions
desc: Functions for making Pmetrics objects
- contents:
- PMtree
- starts_with("make")
- title: Optimal sampling
desc: Functions to calculate optimal sample times
- contents:
- Dopt
- MM_opt
- title: Plot
desc: Functions for plotting Pmetrics output
- contents:
- starts_with("plot")
- ab_line
- add_shapes
- add_smooth
- export_plotly
- sub_plot
- title: Summary
desc: Functions for summarizing Pmetrics output
- contents: starts_with("summary")
- title: Print
desc: Functions for printing Pmetrics output
- contents: starts_with("print")
- title: Run
desc: Run functions for modeling or simulating data
- contents: ends_with("run")
- title: Parse/load
desc: Parse functions for loading modeled or simulated data
- contents:
- ends_with("parse")
- PMload
- title: Auxilliary
desc: Auxilliary functions
- contents:
- qgrowth
- zBMI
- ss.PK
- mtsknn.eq
- PMcompare
- PMgetCRCL
- PMstep
- title: Datasets
desc: Pmetrics datasets
- contents: has_keyword("datasets")
- title: Data processing
desc: Data processing and interconversion
- contents:
- NM2PM
- PMwrk2csv
- PMmb2csv
- PMmatrixRelTime
- PMreadMatrix
- PMwriteMatrix
- title: Utility
desc: Utility functions
- contents:
- PMFortranConfig
- PMbuild
- PMcheck
- PMcode
- PMlogin
- PMlogout
- PMpatch
- PMregister
- PMreport
- ERRreport
- PMsave
- PMtest
- PMupdate
- getPMoptions
- setPMoptions
- editPMoptions
- movePMoptions
- update_gfortran
- title: Reference
desc: Reference functions
- contents:
- PMFortranConfig
- PMmanual
- PMnews
- Pmetrics-package