-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathNAMESPACE
140 lines (139 loc) · 3.27 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# Generated by roxygen2: do not edit by hand
S3method(AIC,svyglm.nb)
S3method(as.data.frame,sj_resample)
S3method(as.integer,sj_resample)
S3method(cramers_v,formula)
S3method(cramers_v,ftable)
S3method(cramers_v,table)
S3method(deviance,svyglm.nb)
S3method(family,svyglm.nb)
S3method(formula,svyglm.nb)
S3method(formula,svyglm.zip)
S3method(model.frame,svyglm.nb)
S3method(model.frame,svyglm.zip)
S3method(phi,formula)
S3method(phi,ftable)
S3method(phi,table)
S3method(plot,sj_inequ_trend)
S3method(predict,svyglm.nb)
S3method(print,sj_anova_stat)
S3method(print,sj_chi2gof)
S3method(print,sj_grpmean)
S3method(print,sj_htest_chi)
S3method(print,sj_htest_kw)
S3method(print,sj_htest_mwu)
S3method(print,sj_mwu)
S3method(print,sj_outliers)
S3method(print,sj_resample)
S3method(print,sj_ttest)
S3method(print,sj_wcor)
S3method(print,sj_wmwu)
S3method(print,sj_xtab_stat)
S3method(print,sj_xtab_stat2)
S3method(print,svyglm.nb)
S3method(print,svyglm.zip)
S3method(print,tidy_stan)
S3method(residuals,svyglm.nb)
S3method(terms,svyglm.nb)
S3method(weighted_correlation,default)
S3method(weighted_correlation,formula)
S3method(weighted_se,data.frame)
S3method(weighted_se,default)
S3method(weighted_se,matrix)
S3method(weighted_ttest,default)
S3method(weighted_ttest,formula)
export("%>%")
export(anova_stats)
export(auto_prior)
export(boot_ci)
export(boot_est)
export(boot_p)
export(boot_se)
export(bootstrap)
export(chi_squared_test)
export(chisq_gof)
export(ci)
export(cohens_f)
export(cramer)
export(cramers_v)
export(crosstable_statistics)
export(cv)
export(cv_compare)
export(cv_error)
export(design_effect)
export(epsilon_sq)
export(equivalence_test)
export(eta_sq)
export(find_beta)
export(find_beta2)
export(find_cauchy)
export(find_normal)
export(gmd)
export(icc)
export(inequ_trend)
export(is_prime)
export(kruskal_wallis_test)
export(link_inverse)
export(mann_whitney_test)
export(mean_n)
export(means_by_group)
export(mse)
export(omega_sq)
export(p_value)
export(phi)
export(prop)
export(props)
export(r2)
export(rmse)
export(robust)
export(samplesize_mixed)
export(scale_weights)
export(sd_pop)
export(se)
export(se_ybar)
export(smpsize_lmm)
export(survey_median)
export(svyglm.nb)
export(svyglm.zip)
export(table_values)
export(typical_value)
export(var_pop)
export(weight)
export(weight2)
export(weighted_correlation)
export(weighted_mean)
export(weighted_median)
export(weighted_sd)
export(weighted_se)
export(weighted_ttest)
export(xtab_statistics)
importFrom(bayestestR,ci)
importFrom(bayestestR,equivalence_test)
importFrom(datawizard,weighted_mean)
importFrom(datawizard,weighted_median)
importFrom(datawizard,weighted_sd)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_vars)
importFrom(dplyr,quos)
importFrom(dplyr,select)
importFrom(insight,export_table)
importFrom(insight,format_p)
importFrom(insight,format_value)
importFrom(insight,get_response)
importFrom(insight,link_inverse)
importFrom(insight,print_color)
importFrom(lme4,ngrps)
importFrom(magrittr,"%>%")
importFrom(performance,mse)
importFrom(performance,rmse)
importFrom(purrr,map)
importFrom(purrr,map_dbl)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(sjlabelled,as_numeric)
importFrom(sjmisc,is_empty)
importFrom(sjmisc,is_float)
importFrom(sjmisc,str_contains)
importFrom(sjmisc,typical_value)
importFrom(tidyr,nest)