You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
**Please check the [latest news (change log)](https://psychbruce.github.io/bruceR/news/index.html) and keep this package updated.**
2
2
3
+
# bruceR 2025.11
4
+
5
+
- Fixed `theme_bruce()` for `ggplot2` (\>= 3.4.0) warnings about its deprecated features.
6
+
3
7
# bruceR 2025.8
4
8
5
9
- Rewrote all help pages in the style of Roxygen markdown, and refined most of them.
@@ -314,7 +318,7 @@
314
318
## Minor Changes
315
319
316
320
- Changed package title and description of `bruceR`: **BR**oadly **U**seful **C**onvenient and **E**fficient **R** functions that **BR**ing **U**sers **C**oncise and **E**legant **R** data analyses.
Copy file name to clipboardExpand all lines: R/bruceR-stats_5_advance.R
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ boot_ci = function(boot,
265
265
#'
266
266
#' # Software Comparison
267
267
#'
268
-
#' To perform mediation, moderation, and conditional process (moderated mediation) analyses, people may use [Mplus](http://www.statmodel.com/index.shtml), [SPSS "PROCESS" macro](https://www.processmacro.org/index.html), or [SPSS "MLmed" macro](https://njrockwood.com/mlmed/). Some R packages and functions can also perform such analyses, in a somewhat complex way, including [mediation::mediate()], [interactions::sim_slopes()], and [lavaan::sem()].
268
+
#' To perform mediation, moderation, and conditional process (moderated mediation) analyses, people may use [Mplus](http://www.statmodel.com/index.shtml), [SPSS "PROCESS" macro](https://www.processmacro.org/index.html), or [SPSS "MLmed" macro](https://njrockwood.com/mlmed/). Some R packages and functions can also perform such analyses, in a somewhat complex way, including `mediation::mediate()`, `interactions::sim_slopes()`, and `lavaan::sem()`.
269
269
#'
270
270
#' Furthermore, some other R packages or scripts/modules have been developed, including [jamovi module `jAMM`](https://jamovi-amm.github.io/) (by *Marcello Gallucci*, based on the `lavaan` package), [R package `processR`](https://CRAN.R-project.org/package=processR) (by *Keon-Woong Moon*, not official, also based on the `lavaan` package), and [R script file "process.R"](https://www.processmacro.org/download.html) (the official PROCESS R code by *Andrew F. Hayes*, but it is not yet an R package).
271
271
#'
@@ -1645,7 +1645,7 @@ process_mod = function(
1645
1645
#'
1646
1646
#' Tidy report of mediation analysis, which is performed using [mediation::mediate()].
1647
1647
#'
1648
-
#' @param model Mediation model built with [mediation::mediate()].
1648
+
#' @param model Mediation model built with `mediation::mediate()`.
1649
1649
#' @param digits Number of decimal places of output. Defaults to `3`.
0 commit comments