-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
29 lines (26 loc) · 920 Bytes
/
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
useDynLib(asmcjr, .registration=TRUE)
exportPattern("^[[:alpha:]]+")
import(ggplot2)
import(boot)
import(basicspace)
importFrom("MCMCpack", "procrustes")
importFrom("plyr", "aaply")
importFrom("tibble", "as_tibble", "add_column")
importFrom("grDevices", "rgb")
importFrom("graphics", "lines", "symbols")
importFrom("stats", "density", "na.omit", "quantile", "rnorm",
"sd", "runif", "end", "qnorm", "start", "window", "time")
importFrom("utils", "combn", "globalVariables")
importFrom("MASS", "polr")
importFrom("smacof", "smacofRect")
importFrom("ellipse", "ellipse")
importFrom("coda", "as.mcmc.list", "geweke.diag", "nchain", "nvar",
"varnames", "chanames", "niter", "mcpar", "mcmc")
S3method(plot, aldmck_ci)
S3method(plot, mlsmu6)
S3method(plot, bayesunfold)
S3method(print, aldmck_ci)
S3method(start, mcmc.list)
S3method(end, mcmc.list)
S3method(window, mcmc.list)
S3method(window, mcmc)