-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
34 lines (33 loc) · 851 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
26
27
28
29
30
31
32
33
34
# Generated by roxygen2: do not edit by hand
S3method(anova,cmpreg)
S3method(anova,list)
S3method(coef,cmpreg)
S3method(equitest,cmpreg)
S3method(equitest,list)
S3method(fitted,cmpreg)
S3method(logLik,cmpreg)
S3method(model.matrix,cmpreg)
S3method(predict,cmpreg)
S3method(print,anova.cmpreg)
S3method(print,cmpreg)
S3method(print,equitest.cmpreg)
S3method(print,summary.cmpreg)
S3method(summary,cmpreg)
S3method(vcov,cmpreg)
export(cmp)
export(cmp_fit)
export(compute_logz)
export(equitest)
export(lrtest)
importFrom(Rcpp,sourceCpp)
importFrom(stats,cov2cor)
importFrom(stats,glm.fit)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,printCoefmat)
useDynLib(cmpreg, .registration = TRUE)