-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,ipw)
S3method(print,ipw)
S3method(vec_arith,psw)
S3method(vec_arith.numeric,psw)
S3method(vec_arith.psw,default)
S3method(vec_arith.psw,integer)
S3method(vec_arith.psw,numeric)
S3method(vec_arith.psw,psw)
S3method(vec_cast,double.psw)
S3method(vec_cast,integer.psw)
S3method(vec_cast,psw.double)
S3method(vec_cast,psw.integer)
S3method(vec_math,psw)
S3method(vec_ptype2,double.psw)
S3method(vec_ptype2,integer.psw)
S3method(vec_ptype2,psw.double)
S3method(vec_ptype2,psw.integer)
S3method(vec_ptype2,psw.psw)
S3method(vec_ptype_abbr,psw)
S3method(vec_ptype_full,psw)
S3method(wt_ate,numeric)
S3method(wt_atm,numeric)
S3method(wt_ato,numeric)
S3method(wt_att,numeric)
S3method(wt_atu,numeric)
export("estimand<-")
export(as_psw)
export(estimand)
export(ipw)
export(is_causal_wt)
export(is_psw)
export(is_stabilized)
export(new_psw)
export(psw)
export(wt_ate)
export(wt_atm)
export(wt_ato)
export(wt_att)
export(wt_atu)
import(vctrs)
importFrom(stats,dnorm)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.weights)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,var)