-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
33 lines (32 loc) · 863 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
30
31
32
33
# Generated by roxygen2: do not edit by hand
S3method(plot,bayeslincom)
S3method(plot,bbcor)
S3method(print,bbcor)
S3method(summary,bbcor)
export(bbcor)
export(compare)
export(cor_2_pcor)
export(plot.bayeslincom)
export(plot.bbcor)
export(posterior_samples)
export(summary.bbcor)
importFrom(bayeslincom,lin_comb)
importFrom(bayeslincom,plot.bayeslincom)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(methods,is)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(pbapply,pbreplicate)
importFrom(psych,polychoric)
importFrom(stats,cov2cor)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,rgamma)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(wdm,wdm)