forked from hojsgaard/geepack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·44 lines (34 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
useDynLib(geepack)
import(methods)
importFrom("MASS", ginv)
importFrom("graphics", "abline", "lines", "plot")
importFrom("stats", "binomial", "coef", "fitted", "formula",
"gaussian", "glm.fit", "is.empty.model", "lm.fit", "lowess",
"model.extract", "model.matrix", "model.offset",
"model.response", "model.weights", "na.omit", "naresid",
"pchisq", "printCoefmat", "quasi", "residuals",
"summary.glm", "var", "family")
importFrom("utils", "head")
importFrom("broom", tidy)
# maintained by Soren
export(geeglm, fixed2Zcor, anovageePrim2)
export(QIC)
export(tidy)
importFrom(magrittr, "%>%")
export("%>%")
S3method(anova, geeglm)
S3method(print, geeglm)
S3method(residuals, geeglm)
S3method(summary, geeglm)
S3method(print, summary.geeglm)
S3method(vcov, geeglm)
S3method(QIC, geeglm)
S3method(QIC, ordgee)
# maintained by Jun
export(geese, geese.fit, ordgee, geese.control)
export(genZcor, genZodds)
export(relRisk)
export(compCoef)
S3method(print, geese)
S3method(summary, geese)
S3method(print, summary.geese)