-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
63 lines (62 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
S3method(adaptedData,fairadapt)
S3method(adaptedData,fairadaptBoot)
S3method(autoplot,fairadapt)
S3method(computeQuants,mcqrnnobj)
S3method(computeQuants,quantregsplit)
S3method(computeQuants,ranger)
S3method(computeQuants,rangersplit)
S3method(computeQuants,rqs)
S3method(fairTwins,fairadapt)
S3method(plot,fairadapt)
S3method(predict,fairadapt)
S3method(predict,fairadaptBoot)
S3method(print,fairadapt)
S3method(print,fairadaptBoot)
S3method(print,summary.fairadapt)
S3method(print,summary.fairadaptBoot)
S3method(quantFit,fairadapt)
S3method(summary,fairadapt)
S3method(summary,fairadaptBoot)
S3method(visualizeGraph,fairadapt)
export(adaptedData)
export(computeQuants)
export(fairTwins)
export(fairadapt)
export(fairadaptBoot)
export(graphModel)
export(linearQuants)
export(mcqrnnQuants)
export(quantFit)
export(rangerQuants)
export(visualizeGraph)
import(stats)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(cowplot,plot_grid)
importFrom(ggplot2,aes)
importFrom(ggplot2,after_stat)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,position_fill)
importFrom(ggplot2,scale_fill_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(graphics,barplot)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,add_edges)
importFrom(igraph,as_edgelist)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(scales,percent)