forked from DeclareDesign/estimatr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 2.37 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
# 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(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,lm_robust)
S3method(print,summary.iv_robust)
S3method(print,summary.lm_robust)
S3method(summary,difference_in_means)
S3method(summary,horvitz_thompson)
S3method(summary,iv_robust)
S3method(summary,lm_robust)
S3method(tidy,"NULL")
S3method(tidy,default)
S3method(tidy,difference_in_means)
S3method(tidy,horvitz_thompson)
S3method(tidy,iv_robust)
S3method(tidy,lm_robust)
S3method(vcov,difference_in_means)
S3method(vcov,horvitz_thompson)
S3method(vcov,iv_robust)
S3method(vcov,lm_robust)
export(declaration_to_condition_pr_mat)
export(difference_in_means)
export(gen_pr_matrix_cluster)
export(horvitz_thompson)
export(iv_robust)
export(lm_lin)
export(lm_robust)
export(lm_robust_fit)
export(permutations_to_condition_pr_mat)
export(tidy)
export(tidy.difference_in_means)
export(tidy.horvitz_thompson)
export(tidy.iv_robust)
export(tidy.lm_robust)
importFrom(Formula,as.Formula)
importFrom(Rcpp,evalCpp)
importFrom(methods,className)
importFrom(methods,isGeneric)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
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,sym)
importFrom(stats,.checkMFClasses)
importFrom(stats,.getXlevels)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,delete.response)
importFrom(stats,lm)
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.response)
importFrom(stats,na.pass)
importFrom(stats,nobs)
importFrom(stats,pf)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
useDynLib(estimatr, .registration = TRUE)