-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
122 lines (121 loc) · 3.29 KB
/
NAMESPACE
File metadata and controls
122 lines (121 loc) · 3.29 KB
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
# Generated by roxygen2: do not edit by hand
export(Rcitation_appendix)
export(add_ci_2plot)
export(apa_corrTable)
export(apa_factorLoadings)
export(booted_eigenvalues)
export(boxplot_t_test)
export(corstars)
export(flex_resample_metrics)
export(flex_table1)
export(format_flextable)
export(getCIs)
export(get_ICD_10_cats)
export(get_number_of_decimals)
export(independent_sample_means)
export(n1chisq.test)
export(number_parse)
export(pretty_cm)
export(pretty_scree)
export(save_flextable)
export(serialNext)
export(spss_swap)
export(util_rev_fac)
import(dplyr)
import(flextable)
import(ggplot2)
importFrom(Rdpack,reprompt)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(dplyr,across)
importFrom(dplyr,add_row)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(flextable,align)
importFrom(flextable,as_chunk)
importFrom(flextable,as_paragraph)
importFrom(flextable,bold)
importFrom(flextable,compose)
importFrom(flextable,flextable)
importFrom(flextable,merge_v)
importFrom(flextable,save_as_docx)
importFrom(flextable,save_as_html)
importFrom(flextable,save_as_pptx)
importFrom(forcats,as_factor)
importFrom(forcats,fct_drop)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,labs)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,ggqqplot)
importFrom(ggpubr,set_palette)
importFrom(ggpubr,stat_pvalue_manual)
importFrom(ggpubr,theme_pubr)
importFrom(knitr,write_bib)
importFrom(labelled,var_label)
importFrom(methods,is)
importFrom(pacman,p_loaded)
importFrom(psych,describe)
importFrom(psych,fa)
importFrom(psych,fa.sort)
importFrom(psych,polychoric)
importFrom(rlang,.data)
importFrom(rstatix,add_significance)
importFrom(rstatix,add_xy_position)
importFrom(rstatix,adjust_pvalue)
importFrom(rstatix,anova_test)
importFrom(rstatix,cohens_d)
importFrom(rstatix,get_pwc_label)
importFrom(rstatix,get_summary_stats)
importFrom(rstatix,get_test_label)
importFrom(rstatix,identify_outliers)
importFrom(rstatix,levene_test)
importFrom(rstatix,shapiro_test)
importFrom(rstatix,t_test)
importFrom(rstatix,tukey_hsd)
importFrom(rstatix,welch_anova_test)
importFrom(stats,aov)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,fisher.test)
importFrom(stats,na.omit)
importFrom(stats,oneway.test)
importFrom(stats,pchisq)
importFrom(stats,t.test)
importFrom(stats,terms)
importFrom(stats,var.test)
importFrom(stringr,str_pad)
importFrom(stringr,str_replace)
importFrom(stringr,str_to_title)
importFrom(table1,stats.apply.rounding)
importFrom(table1,stats.default)
importFrom(table1,t1flex)
importFrom(table1,table1)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,spread)
importFrom(tidyselect,all_of)
importFrom(tools,file_path_sans_ext)
importFrom(utils,globalVariables)
importFrom(utils,maintainer)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(xfun,file_ext)