-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
93 lines (92 loc) · 2.58 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
# Generated by roxygen2: do not edit by hand
S3method(plot,subgroup_fitted)
S3method(plot,subgroup_validated)
S3method(predict,subgroup_fitted)
S3method(predict,wksvm)
S3method(print,individual_treatment_effects)
S3method(print,subgroup_fitted)
S3method(print,subgroup_summary)
S3method(print,subgroup_validated)
S3method(summarize.subgroups,default)
S3method(summarize.subgroups,subgroup_fitted)
S3method(summary,subgroup_fitted)
S3method(summary,wksvm)
S3method(treatment.effects,default)
S3method(treatment.effects,subgroup_fitted)
export(check.overlap)
export(create.augmentation.function)
export(create.propensity.function)
export(fit.subgroup)
export(plotCompare)
export(subgroup.effects)
export(summarize.subgroups)
export(treat.effects)
export(treatment.effects)
export(validate.subgroup)
export(weighted.ksvm)
import(foreach)
import(glmnet)
import(mgcv)
import(survival)
import(xgboost)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(kernlab,anovadot)
importFrom(kernlab,besseldot)
importFrom(kernlab,dual)
importFrom(kernlab,ipop)
importFrom(kernlab,kernelMatrix)
importFrom(kernlab,kpar)
importFrom(kernlab,laplacedot)
importFrom(kernlab,polydot)
importFrom(kernlab,primal)
importFrom(kernlab,rbfdot)
importFrom(kernlab,sigest)
importFrom(kernlab,splinedot)
importFrom(kernlab,tanhdot)
importFrom(kernlab,vanilladot)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(methods,new)
importFrom(plotly,ggplotly)
importFrom(plotly,layout)
importFrom(plotly,subplot)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,fisher.test)
importFrom(stats,gaussian)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,weighted.mean)
importFrom(xgboost,slice)
importFrom(xgboost,xgb.train)