forked from davidaarmstrong/asmcjr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
64 lines (63 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
S3method(end,mcmc.list)
S3method(plot,mlsmu6)
S3method(start,mcmc.list)
S3method(window,mcmc)
S3method(window,mcmc.list)
export(BAM)
export(BMDS)
export(add_OCcutline)
export(aldmckSE)
export(bamPrep)
export(bayesunfold)
export(binary.comparisons)
export(boot.aldmck)
export(boot.blackbox)
export(boot.blackbox_transpose)
export(diffStims)
export(doubleCenter)
export(doubleCenterRect)
export(geweke.ggplot)
export(gray.palette)
export(makeCutlineAngles)
export(mlsmu6)
export(plot_OCcutlines2)
export(plot_blackbox)
export(plot_oc_coords)
export(plot_oc_rollcall)
export(plot_resphist)
export(plot_rollcall)
export(plot_wnom_coords)
export(rc.errors)
import(ellipse)
import(ggplot2)
importFrom(MASS,polr)
importFrom(basicspace,aldmck)
importFrom(basicspace,blackbox)
importFrom(basicspace,blackbox_transpose)
importFrom(boot,boot)
importFrom(coda,as.mcmc.list)
importFrom(coda,chanames)
importFrom(coda,geweke.diag)
importFrom(coda,mcmc)
importFrom(coda,nchain)
importFrom(coda,nvar)
importFrom(coda,varnames)
importFrom(grDevices,rgb)
importFrom(graphics,lines)
importFrom(graphics,symbols)
importFrom(plyr,aaply)
importFrom(rjags,coda.samples)
importFrom(rjags,jags.model)
importFrom(smacof,smacofRect)
importFrom(stats,end)
importFrom(stats,na.omit)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,window)
importFrom(utils,combn)
importFrom(vegan,procrustes)