-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
61 lines (56 loc) · 1.63 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
export(
boral,
boral.default,
calc.condlogLik,
calc.logLik.lv0,
calc.marglogLik,
calc.varpart,
coefsplot,
create.life,
ds.residuals,
fitted.boral,
get.enviro.cor,
get.hpdintervals,
get.measures,
get.more.measures,
get.mcmcsamples,
get.residual.cor,
lvsplot,
make.jagsboralmodel,
make.jagsboralnullmodel,
predict.boral,
plot.boral,
ranefsplot,
summary.boral,
tidyboral
)
S3method(boral, default)
S3method(fitted, boral)
S3method(plot, boral)
S3method(predict, boral)
S3method(simulate, boral)
S3method(summary, boral)
importFrom("utils", "packageDescription")
importFrom(abind, abind)
import(coda, mvtnorm, fishMod, MASS)
importFrom(corpcor, cor2pcor, pseudoinverse)
importFrom(lifecycle,deprecate_stop, deprecate_warn, deprecate_soft)
importFrom(R2jags, jags)
importFrom(reshape2, melt)
importFrom(stats, as.formula, model.matrix)
importFrom(stats, dbeta, pbeta, qbeta, rbeta)
importFrom(stats, binomial, poisson, gaussian)
importFrom(stats, dbinom, pbinom, qbinom, rbinom)
importFrom(stats, dexp, pexp, qexp, rexp)
importFrom(stats, dgamma, pgamma, qgamma, rgamma)
importFrom(stats, dnbinom, pnbinom, qnbinom, rnbinom)
importFrom(stats, dnorm, pnorm, qnorm, rnorm, qqnorm)
importFrom(stats, dlnorm, plnorm, qlnorm, rlnorm)
importFrom(stats, dpois, ppois, qpois, rpois)
importFrom(stats, dunif, runif, punif, qunif)
importFrom(stats, rWishart)
importFrom(stats, median, IQR, sd, cor, var, cov, cov2cor, simulate, qqline)
importFrom(stats, offset, quantile, splinefun)
importFrom(graphics, abline, axis, layout, legend, lines, matplot, par, points, plot, text, mtext, segments)
importFrom(grDevices,palette, rainbow, n2mfrow)
importFrom(utils, packageVersion)