-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
71 lines (70 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
S3method(bootplot,nlmixr2FitCore)
S3method(extractEqHelper,"(")
S3method(extractEqHelper,"function")
S3method(extractEqHelper,"{")
S3method(extractEqHelper,call)
S3method(extractEqHelper,character)
S3method(extractEqHelper,default)
S3method(extractEqHelper,name)
S3method(extractEqHelper,nlmixr2FitCore)
S3method(extractEqHelper,numeric)
S3method(extractEqHelper,rxUi)
S3method(knit_print,nlmixr2FitCore)
S3method(knit_print,rxUi)
S3method(print,nlmixr2BoostrapSummary)
S3method(profile,nlmixr2FitCore)
S3method(rxUiDeparse,llpControl)
export(adaptivelassoCoefficients)
export(addCatCovariates)
export(addorremoveCovariate)
export(adjustedlassoCoefficients)
export(bootplot)
export(bootstrapFit)
export(buildcovInfo)
export(buildupatedUI)
export(fixedControl)
export(foldgen)
export(horseshoeSummardf)
export(ini)
export(knit_print)
export(lassoCoefficients)
export(lassoSummardf)
export(llpControl)
export(model)
export(nlmixr)
export(nlmixr2)
export(nlmixrWithTiming)
export(normalizedData)
export(optimUnisampling)
export(preconditionFit)
export(profileFixed)
export(profileFixedSingle)
export(profileLlp)
export(regularmodel)
export(rxUiDeparse)
import(lotri)
import(utils)
importFrom(Rcpp,evalCpp)
importFrom(ggplot2,.data)
importFrom(knitr,knit_print)
importFrom(nlmixr2est,nlmixr)
importFrom(nlmixr2est,nlmixr2)
importFrom(nlmixr2est,nlmixrWithTiming)
importFrom(nlmixr2est,setCov)
importFrom(rxode2,ini)
importFrom(rxode2,model)
importFrom(rxode2,rxUiDeparse)
importFrom(stats,AIC)
importFrom(stats,approxfun)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,head)
useDynLib(nlmixr2extra, .registration=TRUE)