forked from facebookincubator/GeoLift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.66 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
64
65
66
67
68
69
70
# 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(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(MarketMatching)
import(augsynth)
import(directlabels)
import(doParallel)
import(foreach)
import(ggplot2)
import(ggrepel)
import(graphics)
import(gsynth)
import(panelView)
import(parallel)
import(rlang)
import(stats)
import(stringr)
import(tibble)
import(tidyr)
import(utils)
importFrom(magrittr,"%>%")