forked from NSAPH/GPSmatching
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·37 lines (36 loc) · 888 Bytes
/
NAMESPACE
File metadata and controls
executable file
·37 lines (36 loc) · 888 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(plot,cgps_cw)
S3method(plot,cgps_erf)
S3method(plot,cgps_gps)
S3method(plot,cgps_pspop)
S3method(print,cgps_cw)
S3method(print,cgps_erf)
S3method(print,cgps_gps)
S3method(print,cgps_pspop)
S3method(summary,cgps_cw)
S3method(summary,cgps_erf)
S3method(summary,cgps_gps)
S3method(summary,cgps_pspop)
export(absolute_corr_fun)
export(absolute_weighted_corr_fun)
export(check_covar_balance)
export(compile_pseudo_pop)
export(compute_counter_weight)
export(estimate_erf)
export(estimate_gps)
export(generate_pseudo_pop)
export(generate_syn_data)
export(get_logger)
export(set_logger)
export(trim_it)
import(SuperLearner)
import(data.table)
import(gam)
import(parallel)
import(polycor)
import(wCorr)
import(xgboost)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,autoplot)
importFrom(rlang,.data)
useDynLib(CausalGPS, .registration = TRUE)