-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 959 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
# Generated by roxygen2: do not edit by hand
S3method(IPD_stats,default)
S3method(IPD_stats,gcomp_ml)
S3method(IPD_stats,gcomp_stan)
S3method(IPD_stats,maic)
S3method(IPD_stats,mim)
S3method(IPD_stats,stc)
S3method(print,outstandR)
S3method(summary,outstandR)
export(ALD_stats)
export(IPD_stats)
export(marginal_treatment_effect)
export(marginal_variance)
export(new_strategy)
export(outstandR)
export(strategy_gcomp_ml)
export(strategy_gcomp_stan)
export(strategy_maic)
export(strategy_mim)
export(strategy_stc)
export(trial_treatment_effect)
export(trial_variance)
import(stats)
importFrom(MASS,mvrnorm)
importFrom(Rdpack,reprompt)
importFrom(boot,boot)
importFrom(copula,mvdc)
importFrom(copula,normalCopula)
importFrom(copula,rMvdc)
importFrom(rstanarm,posterior_predict)
importFrom(rstanarm,stan_glm)
importFrom(stats,glm)
importFrom(stats,optim)
importFrom(stats,predict)
importFrom(stats,qlogis)
importFrom(utils,methods)
importFrom(utils,modifyList)