forked from psychbruce/bruceR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
98 lines (97 loc) · 1.85 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
# Generated by roxygen2: do not edit by hand
export("%allin%")
export("%anyin%")
export("%nonein%")
export("%notin%")
export("%partin%")
export(Alpha)
export(CFA)
export(CI)
export(CONSEC)
export(COUNT)
export(Corr)
export(Corr_diff)
export(Describe)
export(EFA)
export(EMMEANS)
export(Freq)
export(GLM_summary)
export(Glue)
export(HLM_summary)
export(LOOKUP)
export(MANOVA)
export(MEAN)
export(MODE)
export(Print)
export(RANDBETWEEN)
export(RECODE)
export(RESCALE)
export(RGB)
export(STD)
export(SUM)
export(check_update)
export(dtime)
export(formatF)
export(formatN)
export(formula_expand)
export(formula_paste)
export(grand_mean_center)
export(group_mean_center)
export(med_mc)
export(model_check)
export(p)
export(p.chi2)
export(p.f)
export(p.r)
export(p.t)
export(p.trans)
export(p.trans2)
export(p.z)
export(pkg_depend)
export(print_table)
export(regress)
export(rep_char)
export(set.seeds)
export(set.wd)
export(sig.trans)
export(simple_slope)
export(theme_bruce)
import(MuMIn)
import(afex)
import(car)
import(data.table)
import(emmeans)
import(ggplot2)
import(glue)
import(jtools)
import(lavaan)
import(lmerTest)
import(performance)
import(semPlot)
import(stringr)
importFrom(GGally,ggpairs)
importFrom(GGally,wrap)
importFrom(Hmisc,capitalize)
importFrom(crayon,black)
importFrom(crayon,blue)
importFrom(crayon,bold)
importFrom(crayon,cyan)
importFrom(crayon,green)
importFrom(crayon,italic)
importFrom(crayon,magenta)
importFrom(crayon,red)
importFrom(crayon,reset)
importFrom(crayon,silver)
importFrom(crayon,strikethrough)
importFrom(crayon,underline)
importFrom(crayon,white)
importFrom(crayon,yellow)
importFrom(dplyr,left_join)
importFrom(psych,cor.plot)
importFrom(psych,corr.test)
importFrom(rstudioapi,getSourceEditorContext)
importFrom(rvest,html_node)
importFrom(rvest,html_text)
importFrom(sjstats,anova_stats)
importFrom(tidyr,pivot_longer)
importFrom(xml2,read_html)