-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
60 lines (59 loc) · 1.38 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
54
55
56
57
58
59
60
# Generated by roxygen2: do not edit by hand
S3method(QIC,geeglm)
S3method(QIC,geekin)
S3method(QIC,ordgee)
S3method(anova,geeglm)
S3method(plot,geeglm)
S3method(print,geeglm)
S3method(print,geese)
S3method(print,summary.geeglm)
S3method(print,summary.geese)
S3method(residuals,geeglm)
S3method(summary,geeglm)
S3method(summary,geese)
S3method(vcov,geeglm)
export("%>%")
export(QIC)
export(compCoef)
export(fixed2Zcor)
export(geeglm)
export(geese)
export(geese.control)
export(geese.fit)
export(genZcor)
export(ordgee)
export(relRisk)
export(tidy)
import(methods)
importFrom(MASS,ginv)
importFrom(broom,tidy)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm.fit)
importFrom(stats,is.empty.model)
importFrom(stats,lm.fit)
importFrom(stats,lowess)
importFrom(stats,model.extract)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.omit)
importFrom(stats,naresid)
importFrom(stats,pchisq)
importFrom(stats,printCoefmat)
importFrom(stats,quasi)
importFrom(stats,residuals)
importFrom(stats,summary.glm)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,str)
useDynLib(geepack)