-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
104 lines (103 loc) · 2.87 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
# Generated by roxygen2: do not edit by hand
S3method(ard_attributes,survey.design)
S3method(ard_categorical,survey.design)
S3method(ard_categorical_ci,data.frame)
S3method(ard_categorical_ci,survey.design)
S3method(ard_continuous,survey.design)
S3method(ard_continuous_ci,data.frame)
S3method(ard_continuous_ci,survey.design)
S3method(ard_dichotomous,survey.design)
S3method(ard_missing,survey.design)
S3method(ard_regression,default)
S3method(ard_stats_anova,anova)
S3method(ard_stats_anova,data.frame)
S3method(ard_survival_survfit,data.frame)
S3method(ard_survival_survfit,survfit)
S3method(ard_total_n,survey.design)
S3method(construct_model,data.frame)
S3method(construct_model,survey.design)
export("%>%")
export(all_of)
export(any_of)
export(ard_aod_wald_test)
export(ard_attributes)
export(ard_car_anova)
export(ard_car_vif)
export(ard_categorical)
export(ard_categorical_ci)
export(ard_continuous)
export(ard_continuous_ci)
export(ard_dichotomous)
export(ard_effectsize_cohens_d)
export(ard_effectsize_hedges_g)
export(ard_effectsize_paired_cohens_d)
export(ard_effectsize_paired_hedges_g)
export(ard_emmeans_mean_difference)
export(ard_missing)
export(ard_regression)
export(ard_regression_basic)
export(ard_smd_smd)
export(ard_stats_anova)
export(ard_stats_aov)
export(ard_stats_chisq_test)
export(ard_stats_fisher_test)
export(ard_stats_kruskal_test)
export(ard_stats_mcnemar_test)
export(ard_stats_mcnemar_test_long)
export(ard_stats_mood_test)
export(ard_stats_oneway_test)
export(ard_stats_paired_t_test)
export(ard_stats_paired_wilcox_test)
export(ard_stats_poisson_test)
export(ard_stats_prop_test)
export(ard_stats_t_test)
export(ard_stats_t_test_onesample)
export(ard_stats_wilcox_test)
export(ard_stats_wilcox_test_onesample)
export(ard_survey_svychisq)
export(ard_survey_svyranktest)
export(ard_survey_svyttest)
export(ard_survival_survdiff)
export(ard_survival_survfit)
export(ard_survival_survfit_diff)
export(ard_total_n)
export(bt)
export(bt_strip)
export(construct_model)
export(contains)
export(ends_with)
export(everything)
export(is_binary)
export(last_col)
export(matches)
export(num_range)
export(one_of)
export(proportion_ci_agresti_coull)
export(proportion_ci_clopper_pearson)
export(proportion_ci_jeffreys)
export(proportion_ci_strat_wilson)
export(proportion_ci_wald)
export(proportion_ci_wilson)
export(reformulate2)
export(starts_with)
export(where)
import(rlang)
importFrom(cards,ard_attributes)
importFrom(cards,ard_categorical)
importFrom(cards,ard_continuous)
importFrom(cards,ard_dichotomous)
importFrom(cards,ard_missing)
importFrom(cards,ard_total_n)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,contains)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,last_col)
importFrom(dplyr,matches)
importFrom(dplyr,num_range)
importFrom(dplyr,one_of)
importFrom(dplyr,starts_with)
importFrom(dplyr,where)