-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(anova,flexcm)
S3method(anova,list)
S3method(coef,flexcm)
S3method(equitest,flexcm)
S3method(equitest,list)
S3method(fitted,flexcm)
S3method(logLik,flexcm)
S3method(model.matrix,flexcm)
S3method(predict,flexcm)
S3method(print,anova.flexcm)
S3method(print,equitest.flexcm)
S3method(print,flexcm)
S3method(print,summary.flexcm)
S3method(summary,flexcm)
S3method(vcov,flexcm)
export(compute_logk)
export(compute_logz)
export(dcmp)
export(ddpo)
export(ddwe)
export(dgct)
export(dgpo)
export(dptw)
export(equitest)
export(flexcm)
export(lrtest)
importFrom(Rcpp,sourceCpp)
importFrom(stats,cov2cor)
importFrom(stats,dpois)
importFrom(stats,glm.fit)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,optim)
importFrom(stats,pchisq)
importFrom(stats,pgamma)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
useDynLib(flexcm, .registration = TRUE)