-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
82 lines (76 loc) · 2.71 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
72
73
74
75
76
77
78
79
80
81
82
## functions
export(
AR.2, AR.3,
baro5,
braincousens, BC.5, BC.4, bcl3, bcl4,
cedergreen, CRS.4a, CRS.4b, CRS.4c, CRS.5a, CRS.5b, CRS.5c, CRS.6, ml3a, ml3b, ml3c, ml4a, ml4b, ml4c,
ucedergreen, UCRS.4a, UCRS.4b, UCRS.4c, UCRS.5a, UCRS.5b, UCRS.5c, uml3a, uml3b, uml3c, uml4a, uml4b, uml4c,
EXD.2, EXD.3,
fplogistic, FPL.4,
gammadr,
gaussian, lgaussian,
gompertz, G.2, G.3, G.3u, G.4,
gompertzd,
logistic, L.3, L.4, L.5,
llogistic, LL.2, LL.3, LL.3u, LL.4, LL.5, l2, l3, l3u, l4, l5,
llogistic2, LL2.2, LL2.3, LL2.3u, LL2.4, LL2.5,
lnormal, LN.2, LN.3, LN.3u, LN.4,
MM.2, MM.3,
multi2,
NEC.2, NEC.3, NEC.4,
twophase,
ursa,
weibull1, W1.2, W1.3, W1.3u, W1.4, w2, w3, w4,
weibull2, W2.2, W2.3, W2.3u, W2.4,
weibull2x, W2x.3, W2x.4,
bread.drc, estfun.drc,
backfit, CIcomp, CIcompX, comped, compParm, drm, drmc, ED, EDcomp, getInitial, getMeanFunctions, isobole,
lin.test, MAX, maED, mixture, modelFit, mr.test, mselect, neill.test, noEffect, plotFACI, PR, rdrm, relpot, searchdrc,
simDR, yieldLoss)
importFrom(car, deltaMethod)
importFrom(gtools, combinations)
#importFrom(magic, adiag)
importFrom(MASS, boxcox, ginv, psi.bisquare, psi.huber)
importFrom(multcomp, parm)
importFrom(plotrix, axis.break, dispersion, plotCI)
importFrom(scales, alpha)
#importFrom(nlme, BIC)
#importFrom(stats, cooks.distance, hatvalues)
#exportMethods(BIC)
import(drcData)
importFrom("graphics", "abline", "axTicks", "axis", "lines", "par",
"plot", "points", "polygon", "segments", "text")
importFrom("sandwich", "bread", "estfun")
importFrom("stats", "AIC", "anova", "as.formula", "binomial", "coef",
"complete.cases", "cooks.distance", "cutree", "deriv", "deviance",
"df.residual", "dgamma", "dist", "dnorm", "dnbinom", "fitted",
"fivenum", "formula", "glm", "hatvalues", "hclust", "integrate", "lm",
"loess", "logLik", "mad", "median", "model.extract",
"model.frame", "model.matrix", "model.response",
"model.weights", "na.omit", "na.pass", "optim", "pchisq",
"pf", "pgamma", "pnorm", "poisson", "ppoints", "predict",
"printCoefmat", "pt", "qchisq", "qnorm", "qt", "quantile",
"rbinom", "residuals", "rnorm", "sd", "uniroot", "update",
"vcov", "weights")
importFrom("utils", "head", "tail")
## S3 methods
S3method(anova, drc)
S3method(boxcox, drc)
S3method(bread, drc)
S3method(coef, drc)
S3method(confint, drc)
S3method(cooks.distance, drc)
S3method(ED, drc)
S3method(estfun, drc)
S3method(fitted, drc)
S3method(hatvalues, drc)
S3method(logLik, drc)
S3method(plot, drc)
S3method(predict, drc)
S3method(predict, mrdrc)
S3method(print, drc)
S3method(print, summary.drc)
S3method(residuals, drc)
S3method(summary, drc)
S3method(update, drc)
S3method(vcov, drc)