-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
25 lines (22 loc) · 873 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export(mcprofile, wald, hoa, mcprofileControl)
#exportClasses("mcprofile", "mcpCI", "mcpSummary", "mcprofileControl")
import(ggplot2)
importFrom("quadprog", solve.QP)
importFrom("splines", interpSpline)
importFrom("mvtnorm", pmvnorm, pmvt, qmvnorm, qmvt)
importFrom("stats", "coefficients", "df.residual", "family",
"gaussian", "lm", "lm.fit", "model.frame", "model.matrix",
"model.offset", "model.response", "model.weights",
"na.omit", "p.adjust", "pnorm", "predict", "printCoefmat",
"pt", "qchisq", "qf", "qnorm", "qt", "uniroot", "vcov")
S3method(mcprofile, lm)
S3method(mcprofile, glm)
S3method(print, mcprofile)
S3method(plot, mcprofile)
S3method(summary, mcprofile)
S3method(confint, mcprofile)
S3method(print, mcpCI)
S3method(plot, mcpCI)
S3method(exp, mcpCI)
S3method(expit, mcpCI)
S3method(print, mcpSummary)