-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
114 lines (113 loc) · 3.21 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Generated by roxygen2: do not edit by hand
S3method("[",plcp_multi_power)
S3method(as.data.frame,plcp_multi_sim_summary)
S3method(as.data.frame,plcp_sim_summary)
S3method(create_lmer_formula,plcp)
S3method(create_lmer_formula,plcp_multi)
S3method(get_DEFT,plcp_3lvl)
S3method(get_ICC_pre_clusters,default)
S3method(get_ICC_pre_clusters,plcp)
S3method(get_ICC_pre_clusters,plcp_multi)
S3method(get_ICC_pre_subjects,default)
S3method(get_ICC_pre_subjects,plcp)
S3method(get_ICC_pre_subjects,plcp_multi)
S3method(get_ICC_slope,default)
S3method(get_ICC_slope,plcp)
S3method(get_ICC_slope,plcp_multi)
S3method(get_VPC,plcp)
S3method(get_VPC,plcp_multi)
S3method(get_correlation_matrix,plcp)
S3method(get_correlation_matrix,plcp_multi)
S3method(get_dropout,plcp)
S3method(get_monte_carlo_se,default)
S3method(get_monte_carlo_se,plcp_power_2lvl)
S3method(get_monte_carlo_se,plcp_power_3lvl)
S3method(get_power,plcp)
S3method(get_power,plcp_multi)
S3method(get_sds,plcp)
S3method(get_sds,plcp_multi)
S3method(get_slope_diff,plcp)
S3method(get_slope_diff,plcp_multi)
S3method(get_var_ratio,default)
S3method(get_var_ratio,plcp)
S3method(get_var_ratio,plcp_multi)
S3method(plot,plcp)
S3method(plot,plcp_ICC2)
S3method(plot,plcp_VPC)
S3method(plot,plcp_multi)
S3method(plot,plcp_power_table)
S3method(plot,plcp_sds)
S3method(print,plcp_2lvl)
S3method(print,plcp_3lvl)
S3method(print,plcp_ICC2)
S3method(print,plcp_VPC)
S3method(print,plcp_compare_sim_formula)
S3method(print,plcp_mc_se)
S3method(print,plcp_multi)
S3method(print,plcp_multi_power)
S3method(print,plcp_multi_sim)
S3method(print,plcp_multi_sim_summary)
S3method(print,plcp_power_2lvl)
S3method(print,plcp_power_3lvl)
S3method(print,plcp_sds)
S3method(print,plcp_sim)
S3method(print,plcp_sim_formula)
S3method(print,plcp_sim_formula_compare)
S3method(print,plcp_sim_summary)
S3method(simulate,plcp)
S3method(simulate,plcp_multi)
S3method(simulate_data,plcp)
S3method(simulate_data,plcp_multi)
S3method(summary,plcp_multi_sim)
S3method(summary,plcp_sim)
S3method(summary,plcp_sim_formula_compare)
S3method(update,plcp)
S3method(update,plcp_multi)
export(cohend)
export(create_lmer_formula)
export(dropout_manual)
export(dropout_weibull)
export(get_DEFT)
export(get_ICC_pre_clusters)
export(get_ICC_pre_subjects)
export(get_ICC_slope)
export(get_VPC)
export(get_correlation_matrix)
export(get_dropout)
export(get_monte_carlo_se)
export(get_power)
export(get_power_table)
export(get_sds)
export(get_slope_diff)
export(get_var_ratio)
export(per_treatment)
export(shiny_powerlmm)
export(sim_formula)
export(sim_formula_compare)
export(simulate_data)
export(study_parameters)
export(transform_to_posttest)
export(unequal_clusters)
import(Matrix)
importFrom(MASS,ginv)
importFrom(methods,as)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(stats,as.formula)
importFrom(stats,confint)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,reshape)
importFrom(stats,rmultinom)
importFrom(stats,sd)
importFrom(stats,simulate)
importFrom(stats,time)
importFrom(stats,vcov)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)