forked from NMautoverse/NMdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
125 lines (124 loc) · 3.05 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
url: https://nmautoverse.github.io/NMdata/
template:
opengraph:
image:
src: man/figures/apple-touch-icon-180x180.png
alt: Efficient data preparation, consistency-checking and post-processing in
PK/PD modeling
includes:
after_body: |
<script data-goatcounter="https://nmdata.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
navbar:
structure:
left:
- home
- articles
- cheatsheet
- reference
- news
- github
right: github
components:
home:
title: Efficient data preparation, consistency-checking and post-processing
in PK/PD modeling
desc: |
Efficient and fast tools for preparation, checking and post-processing of data in PK/PD modeling and pharmacometrics, with focus on use of NONMEM. Save time and avoid time-consuming errors. Implemented in data.table, but integratable with base and dplyr and tidyverse.
icon: fas fa-home fa-lg
href: index.html
articles:
text: Vignettes
menu:
- text: Cheat Sheet
href: https://htmlpreview.github.io/?https://github.com/nmautoverse/NMdata/blob/master/vignettes/NMdata-cheat.html
- text: 'NMscanData: find and combine all output and input data'
href: articles/NMscanData.html
- text: Data Preparation Tools
href: articles/DataPrepare.html
- text: FAQ
href: articles/NMdata-FAQ.html
reference:
- title: Configuration
desc: Configure NMdata behaviour
contents: NMdataConf
- title: Data Preparation
desc: Functions for preparation of PK/PD data sets
contents:
- NMorderColumns
- compareCols
- listMissings
- uniquePresent
- mergeCheck
- renameByContents
- flagsAssign
- flagsCount
- addTAPD
- NMexpandDoses
- editCharCols
- title: Write data
desc: Write data and edit update NONMEM control streams
contents:
- NMwriteData
- NMgenText
- NMstamp
- NMwriteSection
- NMreplaceDataFile
- colLabels
- title: Retrieve NONMEM data
desc: Functions for retrieving NONMEM input and output data
contents:
- NMscanData
- NMscanMultiple
- NMscanTables
- NMscanInput
- NMreadCov
- NMreadCsv
- NMreadExt
- NMreadPhi
- NMreadShk
- NMreadTab
- NMreadParsText
- NMrelate
- NMinfo
- addOmegaCorr
- title: Checking and Debugging
desc: Functions for checking data and input control streams
contents:
- NMcheckColnames
- NMcheckData
- title: Programming
desc: Additional functions for programming
contents:
- cc
- cl
- dt2mat
- mat2dt
- egdt
- dims
- findCovs
- findVars
- fnAppend
- fnExtension
- is.NMdata
- unNMdata
- NMisNumeric
- NMreadSection
- NMextractDataFile
- NMextractText
- NMdataOperations
- tmpcol
- title: Misc
desc: Miscellaneous
contents:
- summary.NMdata
- print.summary_NMdata
news:
text: News
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/nmautoverse/NMdata
cheatsheet:
text: CheatSheet
href: https://htmlpreview.github.io/?https://github.com/nmautoverse/NMdata/blob/master/devel/NMdata-cheat.html