forked from cran/WeibullR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
53 lines (52 loc) · 1.05 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
useDynLib(WeibullR, .registration = TRUE)
importFrom(Rcpp, evalCpp)
importFrom("graphics", "abline", "axis", "curve", "legend", "lines",
"par", "plot", "plot.default", "points", "segments",
"title", "layout", "layout.show")
importFrom("stats", "approxfun", "coef", "cor", "lm", "na.omit",
"pexp", "plnorm", "pweibull", "qbeta", "qexp", "qlnorm",
"qnorm", "quantile", "qweibull", "rweibull", "optimHess",
"sd", "var", "pchisq", "qchisq", "dnorm", "dlnorm", "dweibull",
"smooth.spline", "predict")
importFrom("utils", "modifyList")
importFrom("grDevices", "dev.new")
export(
AbPval,
BBB,
getCCC2,
hrbu,
FMbounds,
lslr,
getPercentilePlottingPositions,
getPPP,
LLln,
LLw,
LRbounds,
MLEcontour,
MLEln2p,
MLEln3p,
MLEw2p,
MLEw3p,
MRRln2p,
MRRln3p,
MRRw2p,
MRRw3p,
mlefit,
mleframe,
rba,
wblr,
wblr.conf,
wblr.fit,
wblrLoglike,
options.wblr,
p2y,
pivotal.rr,
plot_contour,
plot.wblr,
contour.wblr,
weibayes,
weibayes.mle,
xfit
)
S3method(plot, wblr)
S3method(contour, wblr)