-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathNAMESPACE
135 lines (134 loc) · 3.48 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
# Generated by roxygen2: do not edit by hand
S3method(c,Hmsc)
S3method(predict,Hmsc)
S3method(print,Hmsc)
S3method(print,HmscRandomLevel)
S3method(setPriors,Hmsc)
S3method(setPriors,HmscRandomLevel)
export(Hmsc)
export(HmscRandomLevel)
export(alignPosterior)
export(biPlot)
export(computeAssociations)
export(computeDataParameters)
export(computePredictedValues)
export(computeSAIR)
export(computeVariancePartitioning)
export(computeWAIC)
export(constructGradient)
export(constructKnots)
export(convertToCodaObject)
export(createPartition)
export(evaluateModelFit)
export(getPostEstimate)
export(importPosteriorFromHPC)
export(pcomputePredictedValues)
export(plotBeta)
export(plotGamma)
export(plotGradient)
export(plotVariancePartitioning)
export(poolMcmcChains)
export(predictLatentFactor)
export(prepareGradient)
export(sampleMcmc)
export(setPriors)
importFrom(BayesLogit,rpg)
importFrom(FNN,get.knn)
importFrom(FNN,knnx.dist)
importFrom(FNN,knnx.index)
importFrom(MASS,mvrnorm)
importFrom(MCMCpack,riwish)
importFrom(MCMCpack,rwish)
importFrom(Matrix,.sparseDiagonal)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,bdiag)
importFrom(Matrix,solve)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(abind,abind)
importFrom(ape,keep.tip)
importFrom(ape,read.tree)
importFrom(ape,vcv.phylo)
importFrom(ape,write.tree)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(fields,image.plot)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,heat.colors)
importFrom(grDevices,palette)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(matrixStats,logSumExp)
importFrom(methods,as)
importFrom(methods,is)
importFrom(nnet,multinom)
importFrom(pROC,auc)
importFrom(parallel,clusterApplyLB)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pracma,meshgrid)
importFrom(rlang,duplicate)
importFrom(sp,CRS)
importFrom(sp,`coordinates<-`)
importFrom(sp,`proj4string<-`)
importFrom(sp,bbox)
importFrom(sp,coordinates)
importFrom(sp,is.projected)
importFrom(sp,proj4string)
importFrom(sp,spDists)
importFrom(statmod,gauss.quad)
importFrom(stats,.MFclass)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,dgamma)
importFrom(stats,dist)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,dt)
importFrom(stats,glm.fit)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rgamma)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,var)
importFrom(truncnorm,rtruncnorm)
importFrom(utils,packageVersion)