-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
208 lines (179 loc) · 5.29 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
useDynLib(spOccupancy, .registration=TRUE)
export(PGOcc)
export(simOcc)
export(spPGOcc)
export(simMsOcc)
export(msPGOcc)
export(spMsPGOcc)
export(simIntOcc)
export(intPGOcc)
export(spIntPGOcc)
export(lfMsPGOcc)
export(sfMsPGOcc)
export(lfJSDM)
export(sfJSDM)
export(simTOcc)
export(tPGOcc)
export(stPGOcc)
export(ppcOcc)
export(waicOcc)
export(simBinom)
export(svcPGBinom)
export(svcPGOcc)
export(simTBinom)
export(svcTPGBinom)
export(svcTPGOcc)
export(getSVCSamples)
export(simIntMsOcc)
export(intMsPGOcc)
export(postHocLM)
export(svcMsPGOcc)
export(stMsPGOcc)
export(svcTMsPGOcc)
export(simTMsOcc)
export(tMsPGOcc)
export(updateMCMC)
export(simTIntOcc)
export(tIntPGOcc)
export(stIntPGOcc)
export(svcTIntPGOcc)
S3method("predict", "PGOcc")
S3method("print", "PGOcc")
S3method("fitted", "PGOcc")
S3method("plot", "PGOcc")
S3method("summary", "PGOcc")
S3method("residuals", "PGOcc")
S3method("summary", "ppcOcc")
S3method("predict", "spPGOcc")
S3method("print", "spPGOcc")
S3method("fitted", "spPGOcc")
S3method("plot", "spPGOcc")
S3method("summary", "spPGOcc")
S3method("residuals", "spPGOcc")
S3method("predict", "msPGOcc")
S3method("print", "msPGOcc")
S3method("fitted", "msPGOcc")
S3method("plot", "msPGOcc")
S3method("summary", "msPGOcc")
S3method("predict", "spMsPGOcc")
S3method("print", "spMsPGOcc")
S3method("fitted", "spMsPGOcc")
S3method("plot", "spMsPGOcc")
S3method("summary", "spMsPGOcc")
S3method("predict", "intPGOcc")
S3method("print", "intPGOcc")
S3method("fitted", "intPGOcc")
S3method("plot", "intPGOcc")
S3method("summary", "intPGOcc")
S3method("predict", "spIntPGOcc")
S3method("print", "spIntPGOcc")
S3method("fitted", "spIntPGOcc")
S3method("plot", "spIntPGOcc")
S3method("summary", "spIntPGOcc")
S3method("predict", "lfMsPGOcc")
S3method("print", "lfMsPGOcc")
S3method("fitted", "lfMsPGOcc")
S3method("plot", "lfMsPGOcc")
S3method("summary", "lfMsPGOcc")
S3method("predict", "sfMsPGOcc")
S3method("print", "sfMsPGOcc")
S3method("fitted", "sfMsPGOcc")
S3method("plot", "sfMsPGOcc")
S3method("summary", "sfMsPGOcc")
S3method("predict", "lfJSDM")
S3method("print", "lfJSDM")
S3method("fitted", "lfJSDM")
S3method("plot", "lfJSDM")
S3method("summary", "lfJSDM")
S3method("predict", "sfJSDM")
S3method("print", "sfJSDM")
S3method("fitted", "sfJSDM")
S3method("plot", "sfJSDM")
S3method("summary", "sfJSDM")
S3method("predict", "tPGOcc")
S3method("print", "tPGOcc")
S3method("fitted", "tPGOcc")
S3method("plot", "tPGOcc")
S3method("summary", "tPGOcc")
S3method("predict", "stPGOcc")
S3method("print", "stPGOcc")
S3method("fitted", "stPGOcc")
S3method("plot", "stPGOcc")
S3method("summary", "stPGOcc")
S3method("predict", "svcPGBinom")
S3method("print", "svcPGBinom")
S3method("fitted", "svcPGBinom")
S3method("plot", "svcPGBinom")
S3method("summary", "svcPGBinom")
S3method("predict", "svcPGOcc")
S3method("print", "svcPGOcc")
S3method("fitted", "svcPGOcc")
S3method("plot", "svcPGOcc")
S3method("summary", "svcPGOcc")
S3method("residuals", "svcPGOcc")
S3method("predict", "svcTPGBinom")
S3method("print", "svcTPGBinom")
S3method("fitted", "svcTPGBinom")
S3method("plot", "svcTPGBinom")
S3method("summary", "svcTPGBinom")
S3method("predict", "svcTPGOcc")
S3method("print", "svcTPGOcc")
S3method("fitted", "svcTPGOcc")
S3method("plot", "svcTPGOcc")
S3method("summary", "svcTPGOcc")
S3method("predict", "svcTPGOcc")
S3method("print", "svcTPGOcc")
S3method("fitted", "svcTPGOcc")
S3method("plot", "svcTPGOcc")
S3method("summary", "svcTPGOcc")
S3method("predict", "intMsPGOcc")
S3method("print", "intMsPGOcc")
# S3method("fitted", "intMsPGOcc")
S3method("plot", "intMsPGOcc")
S3method("summary", "intMsPGOcc")
S3method("summary", "postHocLM")
S3method("print", "postHocLM")
S3method("predict", "svcMsPGOcc")
S3method("print", "svcMsPGOcc")
S3method("fitted", "svcMsPGOcc")
S3method("plot", "svcMsPGOcc")
S3method("summary", "svcMsPGOcc")
S3method("predict", "svcTMsPGOcc")
S3method("print", "svcTMsPGOcc")
S3method("fitted", "svcTMsPGOcc")
S3method("plot", "svcTMsPGOcc")
S3method("summary", "svcTMsPGOcc")
S3method("predict", "stMsPGOcc")
S3method("print", "stMsPGOcc")
S3method("fitted", "stMsPGOcc")
S3method("plot", "stMsPGOcc")
S3method("summary", "stMsPGOcc")
S3method("predict", "tMsPGOcc")
S3method("print", "tMsPGOcc")
S3method("fitted", "tMsPGOcc")
S3method("plot", "tMsPGOcc")
S3method("summary", "tMsPGOcc")
S3method("predict", "tIntPGOcc")
S3method("print", "tIntPGOcc")
S3method("fitted", "tIntPGOcc")
S3method("plot", "tIntPGOcc")
S3method("summary", "tIntPGOcc")
S3method("predict", "stIntPGOcc")
S3method("print", "stIntPGOcc")
S3method("fitted", "stIntPGOcc")
S3method("plot", "stIntPGOcc")
S3method("summary", "stIntPGOcc")
S3method("predict", "svcTIntPGOcc")
S3method("print", "svcTIntPGOcc")
S3method("fitted", "svcTIntPGOcc")
S3method("plot", "svcTIntPGOcc")
S3method("summary", "svcTIntPGOcc")
importFrom("stats", "dist", "rbinom", "rnorm", "coefficients", "glm", "is.empty.model", "model.matrix", "model.response", "terms", "runif", "quantile", "dbinom", "var", "rgamma", "sd", "pnorm")
importFrom("coda", "mcmc", "gelman.diag", "mcmc.list", "effectiveSize")
importFrom("abind", "abind")
importFrom("RANN", "nn2")
importFrom("lme4", "findbars", "mkReTrms", "nobars")
importFrom("foreach", "foreach", "%do%", "%dopar%")
importFrom("doParallel", "registerDoParallel", "stopImplicitCluster")
importFrom("methods", "is")
importFrom("spAbundance", "msAbund")