-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(LORgee,default)
S3method(confint,LORgee)
S3method(gee_criteria,LORgee)
S3method(print,LORgee)
S3method(print,summary.LORgee)
S3method(print,waldts)
S3method(summary,LORgee)
S3method(vcov,LORgee)
export(LORgee_control)
export(gee_criteria)
export(intrinsic.pars)
export(ipfp.control)
export(matrixLOR)
export(nomLORgee)
export(ordLORgee)
export(waldts)
import(gnm)
importFrom(Rcpp,sourceCpp)
importFrom(VGAM,acat)
importFrom(VGAM,coefficients)
importFrom(VGAM,cumulative)
importFrom(VGAM,multinomial)
importFrom(VGAM,vglm)
importFrom(stats,coef)
importFrom(stats,deviance)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,make.link)
importFrom(stats,model.extract)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,reshape)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(utils,combn)
useDynLib(multgee, .registration = TRUE)