-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
40 lines (39 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export(check_and_fix_contin_table)
export(find_optimal_coef)
export(generate_contin_table_with_clustered_AE)
export(generate_contin_table_with_clustered_AE_with_tol)
export(get_expected_counts)
export(get_std_pearson_res)
export(mddc_boxplot)
export(mddc_mc)
export(plot_heatmap)
export(report_drug_AE_pairs)
importFrom(MASS,mvrnorm)
importFrom(Rcpp,evalCpp)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,boxplot.stats)
importFrom(stats,IQR)
importFrom(stats,cor)
importFrom(stats,fisher.test)
importFrom(stats,lm)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
useDynLib(MDDC)