forked from facebookincubator/GeoLift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
140 lines (139 loc) · 3.85 KB
/
NAMESPACE
File metadata and controls
140 lines (139 loc) · 3.85 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method(plot,GeoLift)
S3method(plot,GeoLiftMarketSelection)
S3method(plot,GeoLiftMultiCell)
S3method(plot,GeoLiftPower)
S3method(plot,MultiCellMarketSelection)
S3method(plot,MultiCellPower)
S3method(print,GeoLift)
S3method(print,GeoLiftMarketSelection)
S3method(print,GeoLiftMultiCell)
S3method(print,MultiCellMarketSelection)
S3method(print,MultiCellPower)
S3method(print,MultiCellWinner)
S3method(print,summary.GeoLift)
S3method(summary,GeoLift)
S3method(summary,GeoLiftMultiCell)
export(ASCMExecution)
export(AppendAgg)
export(ConfIntervals)
export(CorrelationCoefficient)
export(GeoDataRead)
export(GeoLift)
export(GeoLiftMarketSelection)
export(GeoLiftMultiCell)
export(GeoLiftPower)
export(GeoLiftPower.search)
export(GeoLiftPowerFinder)
export(GeoPlot)
export(GetMultiCellWeights)
export(GetWeights)
export(Lift.plot)
export(MarketCorrelations)
export(MarketSelection)
export(MultiCellMarketSelection)
export(MultiCellPower)
export(MultiCellWinner)
export(NumberLocations)
export(ReplaceTreatmentSplit)
export(SplitTreatmentEstimation)
export(TrimControls)
export(absolute_value.plot)
export(build_cluster)
export(cumulative_lift)
export(cumulative_value.plot)
export(fn_treatment)
export(get_date_from_test_periods)
export(limit_test_markets)
export(plotCorrels)
export(pvalueCalc)
export(run_simulations)
export(stochastic_market_selector)
export(type_of_test)
import(augsynth)
import(gsynth)
importFrom(MarketMatching,best_matches)
importFrom(directlabels,dl.combine)
importFrom(directlabels,geom_dl)
importFrom(doParallel,registerDoParallel)
importFrom(dplyr,"%>%")
importFrom(dplyr,add_row)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,dense_rank)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,row_number)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
importFrom(dplyr,slice_min)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(foreach,foreach)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(graphics,plot)
importFrom(gridExtra,grid.arrange)
importFrom(knitr,kable)
importFrom(knitr,opts_chunk)
importFrom(lifecycle,badge)
importFrom(panelView,panelview)
importFrom(progress,progress_bar)
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(scales,percent_format)
importFrom(scales,pretty_breaks)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,power)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stringr,fixed)
importFrom(stringr,str_count)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,combn)
importFrom(utils,flush.console)
importFrom(utils,head)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)