-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
25 lines (25 loc) · 870 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
24
25
# Import selectively only the used functions (good practice)
importFrom(Power2Stage,
power.tsd.fC, power.tsd.p, power.tsd.KM,
sampleN2.TOST)
importFrom(PowerTOST,
mse2CV, CV2mse, se2CV, CV2se, CVfromCI, CI.BE,
power.TOST)
importFrom(utils,
flush.console, citation, sessionInfo, packageVersion,
setTxtProgressBar, txtProgressBar)
importFrom(stats,
qt, pt, qnorm, pnorm, uniroot, binom.test, lm, coef,
fitted, extractAIC, median)
importFrom(graphics,
abline, box, grid, par, plot, points, legend, text,
mtext, axis, arrows, title)
importFrom(grDevices,
graphics.off, dev.new)
#importFrom(mvtnorm, qmvnorm)
#importFrom(plot3D, ramp.col, persp3D, contour3D, colkey, lines3D,
# rect3D, text3D)
# Export explicitly by name
export(
check.TSD
)