-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
124 lines (123 loc) · 3.59 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Generated by roxygen2: do not edit by hand
S3method(AIC,singleRforeign)
S3method(BIC,singleRforeign)
S3method(Coef,singleRforeign)
S3method(coef,singleRforeign)
S3method(cooks.distance,singleRforeign)
S3method(df.residual,singleRforeign)
S3method(dfbeta,singleRforeign)
S3method(dfpopsize,singleRadditive)
S3method(dfpopsize,singleRforeign)
S3method(estimatePopsize,vgam)
S3method(estimatePopsize,vglm)
S3method(estimatePopsize,zerotrunc)
S3method(family,singleRforeign)
S3method(fitted,singleRforeign)
S3method(hatvalues,singleRforeign)
S3method(logLik,singleRforeign)
S3method(model.frame,singleRforeign)
S3method(model.matrix,singleRforeign)
S3method(nobs,singleRforeign)
S3method(plot,singleRforeign)
S3method(predict,singleRforeign)
S3method(print,singleRforeign)
S3method(print,summarysingleRforeign)
S3method(residuals,singleRforeign)
S3method(simulate,singleRforeign)
S3method(stratifyPopsize,singleRforeign)
S3method(summary,singleRforeign)
S3method(terms,singleRforeign)
S3method(vcov,singleRforeign)
export(controlEstPopCountreg)
export(controlEstPopVgam)
export(controlEstPopVglm)
export(marginalFreqCountreg)
export(marginalFreqVglm)
import(mathjaxr)
importClassesFrom(VGAM,vgam)
importClassesFrom(VGAM,vglm)
importFrom(VGAM,Coef)
importFrom(VGAM,dgaitdnbinom)
importFrom(VGAM,dgaitdpois)
importFrom(VGAM,dtheta.deta)
importFrom(VGAM,eta2theta)
importFrom(VGAM,fittedvlm)
importFrom(VGAM,lm2vlm.model.matrix)
importFrom(VGAM,posnegbinomial)
importFrom(VGAM,pospoisson)
importFrom(VGAM,predictvglm)
importFrom(VGAM,vgam)
importFrom(VGAM,vglm.fit)
importFrom(VGAMdata,doapospois)
importFrom(VGAMdata,doipospois)
importFrom(VGAMdata,oapospoisson)
importFrom(VGAMdata,oipospoisson)
importFrom(countreg,zerotrunc)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,panel.smooth)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(singleRcapture,dfpopsize)
importFrom(singleRcapture,estimatePopsize)
importFrom(singleRcapture,stratifyPopsize)
importFrom(singleRcapture,ztHurdlepoisson)
importFrom(singleRcapture,ztoipoisson)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,contrasts)
importFrom(stats,cooks.distance)
importFrom(stats,density)
importFrom(stats,df.residual)
importFrom(stats,dfbeta)
importFrom(stats,dlnorm)
importFrom(stats,dnorm)
importFrom(stats,family)
importFrom(stats,fitted)
importFrom(stats,hatvalues)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,nobs)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,rnbinom)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weights)
importFrom(utils,methods)
importMethodsFrom(VGAM,AIC)
importMethodsFrom(VGAM,BIC)
importMethodsFrom(VGAM,Coef)
importMethodsFrom(VGAM,coef)
importMethodsFrom(VGAM,df.residual)
importMethodsFrom(VGAM,dfbeta)
importMethodsFrom(VGAM,fitted)
importMethodsFrom(VGAM,hatvalues)
importMethodsFrom(VGAM,logLik)
importMethodsFrom(VGAM,model.frame)
importMethodsFrom(VGAM,model.matrix)
importMethodsFrom(VGAM,nobs)
importMethodsFrom(VGAM,residuals)
importMethodsFrom(VGAM,summary)
importMethodsFrom(VGAM,terms)
importMethodsFrom(VGAM,weights)