forked from DeclareDesign/estimatr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
116 lines (115 loc) · 3.14 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
S3method(confint,difference_in_means)
S3method(confint,horvitz_thompson)
S3method(confint,iv_robust)
S3method(confint,lm_robust)
S3method(glance,difference_in_means)
S3method(glance,horvitz_thompson)
S3method(glance,iv_robust)
S3method(glance,lh_robust)
S3method(glance,lm_robust)
S3method(nobs,iv_robust)
S3method(nobs,lm_robust)
S3method(nobs,summary.lm_robust)
S3method(predict,iv_robust)
S3method(predict,lm_robust)
S3method(print,difference_in_means)
S3method(print,horvitz_thompson)
S3method(print,iv_robust)
S3method(print,lh)
S3method(print,lh_robust)
S3method(print,lm_robust)
S3method(print,summary.iv_robust)
S3method(print,summary.lh)
S3method(print,summary.lh_robust)
S3method(print,summary.lm_robust)
S3method(summary,difference_in_means)
S3method(summary,horvitz_thompson)
S3method(summary,iv_robust)
S3method(summary,lh)
S3method(summary,lh_robust)
S3method(summary,lm_robust)
S3method(tidy,difference_in_means)
S3method(tidy,horvitz_thompson)
S3method(tidy,iv_robust)
S3method(tidy,lh)
S3method(tidy,lh_robust)
S3method(tidy,lm_robust)
S3method(vcov,difference_in_means)
S3method(vcov,horvitz_thompson)
S3method(vcov,iv_robust)
S3method(vcov,lm_robust)
export(commarobust)
export(declaration_to_condition_pr_mat)
export(difference_in_means)
export(extract.iv_robust)
export(extract.lm_robust)
export(gen_pr_matrix_cluster)
export(glance)
export(horvitz_thompson)
export(iv_robust)
export(lh_robust)
export(lm_lin)
export(lm_robust)
export(lm_robust_fit)
export(permutations_to_condition_pr_mat)
export(starprep)
export(tidy)
importFrom(Formula,as.Formula)
importFrom(Rcpp,evalCpp)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(methods,className)
importFrom(methods,isGeneric)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(rlang,"%||%")
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,eval_tidy)
importFrom(rlang,f_rhs)
importFrom(rlang,quo)
importFrom(rlang,quo_get_expr)
importFrom(rlang,quo_is_missing)
importFrom(rlang,quo_set_expr)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(stats,.checkMFClasses)
importFrom(stats,.getXlevels)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,delete.response)
importFrom(stats,df.residual)
importFrom(stats,fitted.values)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.frame.default)
importFrom(stats,model.matrix)
importFrom(stats,model.matrix.default)
importFrom(stats,model.matrix.lm)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,printCoefmat)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,reformulate)
importFrom(stats,resid)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(stats,weights)
importFrom(utils,getS3method)
importFrom(utils,packageVersion)
useDynLib(estimatr, .registration = TRUE)