-
Notifications
You must be signed in to change notification settings - Fork 45
/
NAMESPACE
executable file
·41 lines (40 loc) · 967 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(merge,mids)
S3method(plot,MatchBalance)
S3method(summary,MatchBalance)
export(MatchBalance)
export(MatchBalance_to_data_frame)
export(calculate_ps_weights)
export(get_strata_breaks)
export(loess_plot)
export(matching_plot)
export(psa_shiny)
export(psa_simulation_shiny)
export(stratification_plot)
export(treatment_effect)
export(weighting_plot)
import(MatchIt)
import(Matching)
import(dplyr)
import(ggplot2)
import(grid)
import(mice)
import(reshape2)
import(shiny)
importFrom(Matching,MatchBalance)
importFrom(cowplot,plot_grid)
importFrom(mice,complete)
importFrom(mice,mice)
importFrom(plyr,llply)
importFrom(psych,describe)
importFrom(psych,describeBy)
importFrom(stats,binomial)
importFrom(stats,density)
importFrom(stats,fitted)
importFrom(stats,fivenum)
importFrom(stats,glm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,t.test)