-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
42 lines (42 loc) · 1.52 KB
/
DESCRIPTION
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
Package: xpose4
Title: Diagnostics for Nonlinear Mixed-Effect Models
Version: 4.7.3
Authors@R: c(person("Andrew C.","Hooker",role=c("aut","cre","cph"),email="[email protected]"),
person("Mats O.","Karlsson",role=c("aut","cph")),
person("Justin J.","Wilkins",role="aut"),
person("E. Niclas","Jonsson",role=c("aut","trl","cph")),
person("Ron","Keizer",role="ctb",comment="functionality for bootstrap of GAM and SCM"))
Depends:
R (>= 2.2.0),
lattice
Imports:
Hmisc,
survival,
dplyr,
tibble,
methods,
lazyeval,
gam,
splines,
grid,
readr
Suggests:
testthat
Description: A model building aid for nonlinear mixed-effects
(population) model analysis using NONMEM, facilitating data set
checkout, exploration and visualization, model diagnostics, candidate
covariate identification and model comparison. The methods are described
in Keizer et al. (2013) <doi:10.1038/psp.2013.24>, and Jonsson et al. (1999)
<doi:10.1016/s0169-2607(98)00067-4>.
LazyLoad: yes
LazyData: yes
ByteCompile: true
License: LGPL (>= 3)
URL: https://uupharmacometrics.github.io/xpose4/,
https://github.com/UUPharmacometrics/xpose4
BugReports: https://github.com/UUPharmacometrics/xpose4/issues
Copyright: 2009-2022 Andrew C. Hooker, E. Niclas Jonsson and Mats O. Karlsson.
2005-2008 Andrew C. Hooker, Justin J. Wilkins, Mats O. Karlsson and E. Niclas
Jonsson. 1998-2004 E. Niclas Jonsson and Mats Karlsson.
RoxygenNote: 7.3.1
Encoding: UTF-8