-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
41 lines (40 loc) · 1.01 KB
/
NAMESPACE
File metadata and controls
41 lines (40 loc) · 1.01 KB
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
# Generated by roxygen2: do not edit by hand
export(cacheit)
export(distance_density_plot)
export(finalize_data)
export(get_paf)
export(get_threshold)
export(make_analysis_set)
export(make_knn_strata)
export(original_compare_plot)
export(plot_results)
export(test_mh)
export(threshold_model_plot)
export(unique_controls)
export(write_strata_or_output)
import(dplyr)
import(ggplot2)
import(rlang)
importFrom(graphics,abline)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,as_ids)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,max_bipartite_match)
importFrom(igraph,set_edge_attr)
importFrom(stats,density)
importFrom(stats,fisher.test)
importFrom(stats,glm)
importFrom(stats,mantelhaen.test)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,setNames)
importFrom(tidyr,spread)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim2)
importFrom(utils,tail)
importFrom(utils,write.csv)