forked from nlmixrdevelopment/nlmixr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
55 lines (50 loc) · 1.04 KB
/
NAMESPACE
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
useDynLib(nlmixr)
importFrom(Rcpp, evalCpp)
importFrom(brew, brew)
importFrom(lattice, xyplot)
importFrom(lattice, trellis.par.get)
importFrom(nlme, nlme)
importFrom(nlme, groupedData)
importFrom(nlme, getData)
importFrom(nlme, pdDiag)
import(RxODE)
importFrom("graphics", "abline", "lines", "matplot", "plot", "points", "title")
importFrom("stats", "as.formula", "nlminb", "optimHess", "rnorm", "terms", predict)
importFrom("stats", "anova", "optim", "sd", "var")
importFrom(parallel, mclapply)
importFrom(lbfgs, lbfgs)
#export(RxODE, eventTable)
export(
nlme_lin_cmpt,
nlme_ode,
nlme_gof,
vpc,
dynmodel,
dynmodel.mcmc,
print.dyn.ID,
summary.dyn.ID,
plot.dyn.ID,
bootdata,
frwd_selection,
print.dyn.mcmc,
summary.dyn.mcmc,
plot.dyn.mcmc,
nmsimplex,
gauss.quad,
gnlmm,
prediction,
print.gnlmm.fit,
gen_saem_user_fn,
configsaem,
#instant.stan.extension,
lincmt,
calcCov,
getOMEGA,
plot.saemFit,
print.saemFit,
summary.saemFit,
lin_cmt
)
S3method(print, dyn.ID)
S3method(summary, dyn.ID)
S3method(plot, dyn.ID)