-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
47 lines (46 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(print,group_time_att)
S3method(print,pte_results)
S3method(print,summary.pte_results)
S3method(summary,group_time_att)
S3method(summary,pte_emp_boot)
S3method(summary,pte_results)
export(attgt_if)
export(attgt_noif)
export(attgt_pte_aggregations)
export(compute.pte)
export(compute.pte2)
export(did_attgt)
export(ggpte)
export(group_time_att)
export(gt_data_frame)
export(keep_all_pretreatment_subset)
export(keep_all_untreated_subset)
export(mboot2)
export(overall_weights)
export(panel_empirical_bootstrap)
export(process_att_gt)
export(pte)
export(pte2)
export(pte_attgt)
export(pte_default)
export(pte_dose_results)
export(pte_emp_boot)
export(pte_params)
export(pte_results)
export(qott_pte_aggregations)
export(qtt_pte_aggregations)
export(setup_pte)
export(setup_pte_basic)
export(two_by_two_subset)
import(BMisc)
import(ggplot2)
import(stats)
import(tidyr)
import(utils)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,group_map)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,transmute)