forked from DoseResponse/bmd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
29 lines (28 loc) · 1.18 KB
/
NAMESPACE
File metadata and controls
29 lines (28 loc) · 1.18 KB
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
import(drc, ggplot2, dplyr)
importFrom("graphics", "lines")
importFrom("stats", "aggregate", "approx", "as.formula", "coef",
"complete.cases", "confint", "constrOptim", "df.residual",
"dnorm", "fitted", "lm", "model.frame", "model.matrix",
"optim", "pnorm", "predict", "qchisq", "qnorm", "qt",
"quantile", "rbinom", "resid", "residuals", "rnorm", "sd",
"uniroot", "update", "var", "vcov", "AIC", "BIC", "logLik")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
export(bmd, bmdBoot, bmdIso, bmdIsoBoot, PAV, bmdMA, bootDataGen, bmdMACurve, BCa, invBmd, expandBinomial,
getStackingWeights, drmOrdinal, bmdOrdinal, bmdOrdinalMA,
qplotDrc, qplotBmd, MACurve, monotonicityTest, trendTest, bmdHetVar, drmHetVar, drmMMRE, bmdHetVarMA)
## S3 methods
S3method(logLik, drcOrdinal)
S3method(logLik, drcHetVar)
S3method(AIC, drcOrdinal)
S3method(AIC, drcHetVar)
S3method(BIC, drcOrdinal)
S3method(BIC, drcHetVar)
S3method(plot, drcOrdinal)
S3method(print, drcOrdinal)
S3method(print, bmdOrdinal)
S3method(print, drcHetVar)
S3method(plot, bmd)
S3method(plot, drcHetVar)
S3method(vcov, drcMMRE)
S3method(print, drcMMRE)
S3method(coef, drcHetVar)