-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
28 lines (28 loc) · 788 Bytes
/
NAMESPACE
File metadata and controls
28 lines (28 loc) · 788 Bytes
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
exportPattern("^[[:alpha:]]+")
import(parallel)
import(pbmcapply)
import(bcaboot)
import(colorspace)
import(boot)
import(ggplot2)
import(ProfileLikelihood)
import(dplyr)
import(tidyr)
import(flextable)
import(officer)
import(knitr)
import(tibble)
import(survival)
import(survminer)
import(metafor)
import(scales)
importFrom("stats", "coef", "confint", "confint.default", "confint.lm",
"profile", "lm", "quantile", "t.test", "cor.test", "qnorm")
importFrom("stats", "approxfun", "integrate")
importFrom("stats", "density")
importFrom("methods", "is")
importFrom("stats", "sd")
importFrom("graphics", "axis", "par", "polygon", "text")
importFrom("stats", "logLik", "model.frame", "model.matrix",
"model.response", "na.fail")
importFrom("utils", "head")