-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.4 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
# Generated by roxygen2: do not edit by hand
S3method(print,design_output)
S3method(print,list_output)
export(EW_Fi_MLM_func)
export(EW_ForLion_GLM_Optimal)
export(EW_ForLion_MLM_Optimal)
export(EW_Xw_maineffects_self)
export(EW_design_initial_self)
export(EW_dprime_func_self)
export(EW_liftoneDoptimal_GLM_func)
export(EW_liftoneDoptimal_MLM_func)
export(EW_liftoneDoptimal_log_GLM_func)
export(Fi_MLM_func)
export(ForLion_GLM_Optimal)
export(ForLion_MLM_Optimal)
export(GLM_Exact_Design)
export(MLM_Exact_Design)
export(Xw_maineffects_self)
export(design_initial_self)
export(discrete_rv_self)
export(dprime_func_self)
export(liftoneDoptimal_GLM_func)
export(liftoneDoptimal_MLM_func)
export(liftoneDoptimal_log_GLM_func)
export(nu1_cauchit_self)
export(nu1_identity_self)
export(nu1_log_self)
export(nu1_logit_self)
export(nu1_loglog_self)
export(nu1_probit_self)
export(nu2_cauchit_self)
export(nu2_identity_self)
export(nu2_log_self)
export(nu2_logit_self)
export(nu2_loglog_self)
export(nu2_probit_self)
export(nu_cauchit_self)
export(nu_identity_self)
export(nu_log_self)
export(nu_logit_self)
export(nu_loglog_self)
export(nu_probit_self)
export(svd_inverse)
export(xmat_discrete_self)
importFrom(psych,tr)
importFrom(stats,dnorm)
importFrom(stats,optim)
importFrom(stats,pnorm)
importFrom(stats,rbeta)
importFrom(stats,rexp)
importFrom(stats,rnorm)
importFrom(stats,runif)