-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
executable file
·59 lines (58 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,PSAbootSummary)
S3method(boxplot,PSAboot)
S3method(boxplot,PSAboot.balance)
S3method(hist,PSAboot)
S3method(plot,PSAboot)
S3method(plot,PSAboot.balance)
S3method(print,PSAboot)
S3method(print,PSAboot.balance)
S3method(print,PSAbootSummary)
S3method(summary,PSAboot)
export(PSAboot)
export(balance)
export(balance.matching)
export(boot.ctree)
export(boot.matching)
export(boot.matchit)
export(boot.rpart)
export(boot.strata)
export(boot.weighting)
export(getPSAbootMethods)
export(matrixplot)
export(psa.strata)
export(q25)
export(q75)
import(MatchIt)
import(Matching)
import(PSAgraphics)
import(TriMatch)
import(ggplot2)
import(graphics)
import(modeltools)
import(parallel)
import(reshape2)
import(rpart)
import(utils)
importFrom(ggthemes,geom_tufteboxplot)
importFrom(party,ctree)
importFrom(party,where)
importFrom(psych,describe)
importFrom(psych,describeBy)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,cor)
importFrom(stats,density)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,quasibinomial)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(stats,weighted.mean)