Skip to content

Commit f8db232

Browse files
committed
total reorganization (cosmetic)
1 parent 46ee205 commit f8db232

67 files changed

Lines changed: 47 additions & 47 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/TSCSMethods.jl

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -20,41 +20,41 @@ import CSV
2020
# R dependencies: BayesFactor
2121

2222
funlist = [
23-
"types.jl",
24-
"construction.jl",
25-
"matching_setup.jl",
26-
"groupindices.jl",
27-
"retrieve_matches_utilities.jl",
28-
"retrieve_matches.jl",
29-
"retrieve_matches_missing.jl",
30-
"distancing_utilities.jl",
31-
"distancing.jl",
32-
"match.jl",
33-
"ranking.jl",
34-
"caliper.jl",
35-
"meanbalancing.jl",
36-
"balancing_utilities.jl",
37-
"overallbalancing.jl",
38-
"balancing.jl",
39-
"estimation_setup.jl",
40-
"estimation_utilities.jl",
41-
"estimation_observationweights.jl",
42-
"estimation.jl",
43-
"estimation_stratified.jl",
44-
"overall.jl",
45-
"bayesfactor.jl",
46-
"resampling.jl",
47-
"bootstrapping.jl",
48-
"stratification.jl",
49-
"refine.jl",
50-
"autobalancing.jl",
51-
"model_utilities.jl",
52-
"storage.jl",
53-
"information.jl",
54-
"imputation.jl",
55-
"inspection.jl",
56-
"filterunits!.jl",
57-
"example_data.jl"
23+
"core/types.jl",
24+
"core/construction.jl",
25+
"matching/matching_setup.jl",
26+
"advanced/groupindices.jl",
27+
"matching/retrieve_matches_utilities.jl",
28+
"matching/retrieve_matches.jl",
29+
"matching/retrieve_matches_missing.jl",
30+
"matching/distancing_utilities.jl",
31+
"matching/distancing.jl",
32+
"matching/match.jl",
33+
"matching/ranking.jl",
34+
"matching/caliper.jl",
35+
"balancing/meanbalancing.jl",
36+
"balancing/balancing_utilities.jl",
37+
"balancing/overallbalancing.jl",
38+
"balancing/balancing.jl",
39+
"estimation/estimation_setup.jl",
40+
"estimation/estimation_utilities.jl",
41+
"estimation/estimation_observationweights.jl",
42+
"estimation/estimation.jl",
43+
"estimation/estimation_stratified.jl",
44+
"estimation/overall.jl",
45+
"estimation/bayesfactor.jl",
46+
"estimation/resampling.jl",
47+
"estimation/bootstrapping.jl",
48+
"advanced/stratification.jl",
49+
"advanced/refine.jl",
50+
"balancing/autobalancing.jl",
51+
"utilities/model_utilities.jl",
52+
"utilities/storage.jl",
53+
"utilities/information.jl",
54+
"utilities/imputation.jl",
55+
"utilities/inspection.jl",
56+
"utilities/filterunits!.jl",
57+
"utilities/example_data.jl"
5858
];
5959

6060
for file in funlist
File renamed without changes.

0 commit comments

Comments
 (0)