-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(aparcstats_files_ABIDE)
export(aparcstats_files_IXI)
export(effect_size_violin_plots)
export(evaluate_model)
export(load_ABIDE_metadata)
export(load_ABIDE_metadata_males)
export(load_IXI_metadata)
export(postproc_IXI_demographics)
export(read_segstats_table)
export(region_data_from_segstat_tables)
export(slm_F)
export(slm_effect_sizes)
export(slm_t)
export(slm_threshold_statistical_map)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,ylab)
importFrom(magrittr,"%>%")
importFrom(mice,complete)
importFrom(mice,mice)
importFrom(pwr,pwr.f2.test)
importFrom(readxl,read_excel)
importFrom(reshape2,melt)
importFrom(stats,complete.cases)
importFrom(stats,p.adjust)
importFrom(stats,pf)
importFrom(stats,pt)
importFrom(utils,read.table)