-
Notifications
You must be signed in to change notification settings - Fork 133
/
NAMESPACE
135 lines (134 loc) · 3.45 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
# Generated by roxygen2: do not edit by hand
S3method("$",apa_results_table)
S3method("[",apa_results_table)
S3method("[[",apa_results_table)
S3method(apa_barplot,afex_aov)
S3method(apa_barplot,default)
S3method(apa_beeplot,afex_aov)
S3method(apa_beeplot,default)
S3method(apa_factorial_plot,afex_aov)
S3method(apa_factorial_plot,default)
S3method(apa_interval,data.frame)
S3method(apa_interval,default)
S3method(apa_interval,list)
S3method(apa_interval,matrix)
S3method(apa_interval,numeric)
S3method(apa_lineplot,afex_aov)
S3method(apa_lineplot,default)
S3method(apa_num,data.frame)
S3method(apa_num,default)
S3method(apa_num,integer)
S3method(apa_num,list)
S3method(apa_num,matrix)
S3method(apa_num,numeric)
S3method(apa_num,tiny_labelled)
S3method(apa_print,Anova.mlm)
S3method(apa_print,BFBayesFactor)
S3method(apa_print,BFBayesFactorTop)
S3method(apa_print,afex_aov)
S3method(apa_print,anova)
S3method(apa_print,anova.lme)
S3method(apa_print,aov)
S3method(apa_print,aovlist)
S3method(apa_print,default)
S3method(apa_print,emmGrid)
S3method(apa_print,glht)
S3method(apa_print,glm)
S3method(apa_print,htest)
S3method(apa_print,list)
S3method(apa_print,lm)
S3method(apa_print,lme)
S3method(apa_print,lsmobj)
S3method(apa_print,manova)
S3method(apa_print,merMod)
S3method(apa_print,mixed)
S3method(apa_print,papaja_wsci)
S3method(apa_print,summary.Anova.mlm)
S3method(apa_print,summary.aov)
S3method(apa_print,summary.aovlist)
S3method(apa_print,summary.glht)
S3method(apa_print,summary.glm)
S3method(apa_print,summary.lm)
S3method(apa_print,summary.manova)
S3method(apa_print,summary.ref.grid)
S3method(apa_print,summary_emm)
S3method(apa_table,apa_results)
S3method(apa_table,apa_results_table)
S3method(apa_table,data.frame)
S3method(apa_table,default)
S3method(apa_table,list)
S3method(apa_table,matrix)
S3method(apa_violinplot,afex_aov)
S3method(apa_violinplot,default)
S3method(beautify_terms,character)
S3method(beautify_terms,data.frame)
S3method(beautify_terms,factor)
S3method(beautify_terms,numeric)
S3method(print,apa_results_table)
S3method(sanitize_terms,character)
S3method(sanitize_terms,data.frame)
S3method(sanitize_terms,factor)
S3method(sanitize_terms,list)
S3method(summary,papaja_wsci)
S3method(transmute_df_into_label,apa_results)
S3method(transmute_df_into_label,apa_results_table)
export(add_equals)
export(add_glue_to_apa_results)
export(apa6_doc)
export(apa6_docx)
export(apa6_pdf)
export(apa6_word)
export(apa_barplot)
export(apa_beeplot)
export(apa_confint)
export(apa_df)
export(apa_factorial_plot)
export(apa_hdint)
export(apa_interval)
export(apa_lineplot)
export(apa_num)
export(apa_p)
export(apa_prepare_doc)
export(apa_print)
export(apa_table)
export(apa_violinplot)
export(beautify_terms)
export(ci)
export(cite_r)
export(conf.int)
export(conf_int)
export(create_bib)
export(df_into_label)
export(fetch_web_refs)
export(generate_author_yml)
export(glue_apa_results)
export(in_paren)
export(print_confint)
export(print_df)
export(print_hdint)
export(print_interval)
export(print_num)
export(print_p)
export(printnum)
export(printp)
export(quote_from_tex)
export(r_refs)
export(remove_comments)
export(render_appendix)
export(revision_letter_pdf)
export(sanitize_terms)
export(se)
export(simple_codebook)
export(sort_terms)
export(theme_apa)
export(transmute_df_into_label)
export(within_subjects_conf_int)
export(wsci)
import(grDevices)
import(graphics)
import(tinylabels)
importFrom(methods,is)
importFrom(stats,formula)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(stats,terms)