-
Notifications
You must be signed in to change notification settings - Fork 36
/
DESCRIPTION
49 lines (49 loc) · 1.84 KB
/
DESCRIPTION
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
Package: bruceR
Title: Broadly Useful Convenient and Efficient R Functions
Version: 2024.6
Date: 2024-06-12
Authors@R:
c(person(given = "Han-Wu-Shuang",
family = "Bao",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3043-710X")))
Maintainer: Han-Wu-Shuang Bao <[email protected]>
Description:
Broadly useful convenient and efficient R functions
that bring users concise and elegant R data analyses.
This package includes easy-to-use functions for
(1) basic R programming
(e.g., set working directory to the path of currently opened file;
import/export data from/to files in any format;
print tables to Microsoft Word);
(2) multivariate computation
(e.g., compute scale sums/means/... with reverse scoring);
(3) reliability analyses and factor analyses;
(4) descriptive statistics and correlation analyses;
(5) t-test, multi-factor analysis of variance (ANOVA),
simple-effect analysis, and post-hoc multiple comparison;
(6) tidy report of statistical models
(to R Console and Microsoft Word);
(7) mediation and moderation analyses (PROCESS);
and (8) additional toolbox for statistics and graphics.
License: GPL-3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
URL: https://psychbruce.github.io/bruceR/
BugReports: https://github.com/psychbruce/bruceR/issues
Depends: R (>= 4.0.0)
Imports:
rstudioapi, data.table, rio, crayon,
plyr, dplyr, tidyr, stringr, ggplot2,
psych, afex, emmeans, effectsize, performance,
mediation, interactions, lavaan,
jtools, texreg, lmerTest
Suggests:
pacman, glue, tibble, forcats,
haven, foreign, readxl, openxlsx, clipr,
cowplot, ggtext, see,
car, lmtest, lme4, nnet, vars, phia,
MASS, MuMIn, BayesFactor, GGally, GPArotation
RoxygenNote: 7.3.1