-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
61 lines (60 loc) · 1.65 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
# Generated by roxygen2: do not edit by hand
export(all_bipartite_matches)
export(all_nonbipartite_matches)
export(approx_ratio_sd)
export(binary_search)
export(bipartite_match_sd)
export(bipartite_matches)
export(brier_bipartite_matches)
export(brier_nonbipartite_matches)
export(brier_score)
export(brier_score_cv)
export(brier_score_split)
export(build_index_vector)
export(compute_sim_result)
export(covariance_with_ranks)
export(create_caliper)
export(default_error_generator)
export(default_x_generator)
export(example_mean_generator)
export(example_treat_prob_generator)
export(fixed_sample)
export(fold_indexing)
export(gen_caliper_list)
export(gen_propensity_list)
export(gen_tolerance_list)
export(generate_k_fold_index)
export(generate_p_cut_frame)
export(generate_plot_list)
export(generate_random_weights)
export(generate_simulation_input)
export(generate_train_test_split)
export(gls_known_relative_variance)
export(index_list_from_match)
export(mahal_imbalance)
export(match_estimate)
export(match_predict_linear)
export(match_predict_xgb)
export(match_propensity_list)
export(n_sink_generator)
export(nonbipartite_match_sd_scaled)
export(nonbipartite_matches)
export(paper_mean_functions)
export(paper_treatment_functions)
export(parallel_sim)
export(permutation_brier)
export(permutation_matches)
export(plot_sims)
export(predict_prepare)
export(propensity_bipartite_matches)
export(propensity_score)
export(propensity_score_linear)
export(propensity_score_xgb)
export(regression_eval)
export(reshape_list_of_sims)
export(reshape_p_cut_list)
export(rmse_from_one_func)
export(target_mean_expit)
export(weighted_mahal)
export(x_from_cov)
export(y_tolerance_diff_ratio)