-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNAMESPACE
More file actions
137 lines (136 loc) · 3.44 KB
/
NAMESPACE
File metadata and controls
137 lines (136 loc) · 3.44 KB
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
# Generated by roxygen2: do not edit by hand
S3method("-",waic)
S3method(plot,betaMPT)
S3method(plot,simpleMPT)
S3method(plot,traitMPT)
S3method(print,betaMPT)
S3method(print,betweenMPT)
S3method(print,postPredP)
S3method(print,simpleMPT)
S3method(print,summary.betaMPT)
S3method(print,summary.simpleMPT)
S3method(print,summary.traitMPT)
S3method(print,traitMPT)
S3method(print,waic)
S3method(print,waic_difference)
S3method(summary,betaMPT)
S3method(summary,simpleMPT)
S3method(summary,traitMPT)
export(BayesFactorMPT)
export(BayesFactorSlope)
export(PPP)
export(WAIC)
export(betaMPT)
export(betaMPTcpp)
export(betweenSubjectMPT)
export(correlationPosterior)
export(extendMPT)
export(genBetaMPT)
export(genMPT)
export(genTraitMPT)
export(getGroupMeans)
export(getParam)
export(getSamples)
export(marginalMPT)
export(plotDistribution)
export(plotFit)
export(plotFreq)
export(plotParam)
export(plotPrior)
export(plotPriorPost)
export(posteriorPredictive)
export(priorPredictive)
export(probitInverse)
export(readEQN)
export(simpleMPT)
export(summarizeMCMC)
export(summarizeMPT)
export(testHetChi)
export(testHetPerm)
export(traitMPT)
export(transformedParameters)
export(withinSubjectEQN)
import(rjags)
importFrom(MASS,fitdistr)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(coda,acfplot)
importFrom(coda,as.mcmc)
importFrom(coda,as.mcmc.list)
importFrom(coda,autocorr.plot)
importFrom(coda,crosscorr.plot)
importFrom(coda,densplot)
importFrom(coda,effectiveSize)
importFrom(coda,gelman.diag)
importFrom(coda,gelman.plot)
importFrom(coda,mcmc)
importFrom(coda,mcmc.list)
importFrom(coda,nchain)
importFrom(coda,niter)
importFrom(coda,nvar)
importFrom(coda,traceplot)
importFrom(coda,varnames)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(hypergeo,genhypergeo)
importFrom(hypergeo,hypergeo)
importFrom(logspline,dlogspline)
importFrom(logspline,logspline)
importFrom(parallel,clusterEvalQ)
importFrom(parallel,clusterExport)
importFrom(parallel,clusterMap)
importFrom(parallel,clusterSplit)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parApply)
importFrom(parallel,parLapply)
importFrom(parallel,parSapply)
importFrom(parallel,stopCluster)
importFrom(rjags,coda.samples)
importFrom(rjags,jags.model)
importFrom(rjags,jags.samples)
importFrom(rjags,load.module)
importFrom(runjags,autoextend.jags)
importFrom(runjags,extend.jags)
importFrom(runjags,extract)
importFrom(runjags,run.jags)
importFrom(stats,ave)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,dbeta)
importFrom(stats,dcauchy)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,integrate)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rWishart)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stats,window)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,count.fields)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(utils,write.table)
useDynLib("TreeBUGS", .registration=TRUE)