-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
72 lines (71 loc) · 1.91 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,mediation_test)
S3method(autoplot,mediation_triad)
S3method(print,cmst)
S3method(subset,cmst_models)
S3method(subset,mediation_test)
S3method(summary,mediation_test)
export(SimCrossCausal)
export(binomIUCMST)
export(calcICs)
export(calcShat)
export(calcZ)
export(cmst)
export(fitDefault)
export(fitQtl2)
export(ggplot_mediation_test)
export(ggplot_mediation_triad)
export(mediation_test)
export(mediation_triad)
export(normIUCMST)
export(normJointIUCMST)
export(normal.trans)
export(qtl2cmst)
export(wilcIUCMST)
importFrom(RColorBrewer,brewer.pal)
importFrom(corpcor,is.positive.definite)
importFrom(corpcor,make.positive.definite)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,rename)
importFrom(dplyr,tbl_df)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(mnormt,pmnorm)
importFrom(purrr,map)
importFrom(purrr,simplify_all)
importFrom(purrr,transpose)
importFrom(qtl2,decomp_kinship)
importFrom(qtl2,fit1)
importFrom(qtl2,get_common_ids)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tidyr,gather)