BRoadly Useful Convenient and Efficient R functions that BRing Users Concise and Elegant R data analyses.
Install the latest development version by devtools::install_github("psychbruce/bruceR")
Check updates in Release Notes.
Report bugs in GitHub Issues.
Loading bruceR by library(bruceR) will also load these R packages for you:
[Data]:
rio: Data import and export (for all file formats). (import / export)
dplyr: Data manipulation and processing.
tidyr: Data cleaning and reshaping.
stringr: Toolbox for string operation (with regular expressions).
forcats: Toolbox for factor manipulation (for categorical variables).
data.table: Advanced data.frame with higher efficiency.
[Stat]:
psych: Toolbox for psychological and psychometric research.
emmeans: Toolbox for estimated marginal means and contrasts.
effectsize: Indices of effect size and standardized parameters.
performance: Assessment of regression models performance.
[Plot]:
ggplot2: Data visualization.
ggtext: Markdown/HTML rich text format for ggplot2 (geoms and themes).
cowplot: Advanced toolbox for ggplot2 (arrange multiple plots and add labels).
see: Advanced toolbox for ggplot2 (geoms, scales, themes, and color palettes).
PROCESS (coming soon...)