https://github.com/aalfons/robmedextra

Shiny apps for (robust) mediation analysis via package robmed

https://github.com/aalfons/robmedextra

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 21 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Shiny apps for (robust) mediation analysis via package robmed

Basic Info
  • Host: GitHub
  • Owner: aalfons
  • License: gpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 1.47 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 20
  • Releases: 0
Created over 4 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

robmedExtra: Extra Functionality for (Robust) Mediation Analysis

This companion package extends the package robmed in various ways. Most notably, it provides:

  • A graphical user interface (GUI) for the robust bootstrap test ROBMED (Alfons, Ates & Groenen, 2022a) to make the method more accessible to less proficient R users, implemented as a shiny app. The GUI allows to easily export results for reporting, including a replication file in the form of an R script.
  • Functions to export the results from mediation analysis as a table in a Microsoft Word or Powerpoint document, or as a LaTeX table.
  • A shiny app to compare various bootstrap procedures for mediation analysis on simulated data.

To cite the robust bootstrap test ROBMED, please use:

Alfons, A., Ates, N.Y., & Groenen, P.J.F. (2022a). A Robust Bootstrap Test for Mediation Analysis. Organizational Research Methods, 25(3), 591--617. doi: 10.1177/1094428121999096.

To cite packages robmed and robmedExtra in publications, please use:

Alfons, A., Ates, N.Y., & Groenen, P.J.F. (2022b). Robust Mediation Analysis: The R Package robmed. Journal of Statistical Software, 103(13), 1--45. doi: 10.18637/jss.v103.i13.

Alfons A., & Archimbaud A. (2024). robmedExtra: Extra Functionality for (Robust) Mediation Analysis. R package, https://CRAN.R-project.org/package=robmedExtra.

About ROBMED

The robust bootstrap test ROBMED for mediation analysis is less sensitive to deviations from model assumptions (such as outliers or heavily tailed distributions) than the standard bootstrap test of Preacher & Hayes (2004, 2008). ROBMED utilizes the robust MM-regression estimator (Yohai, 1987) instead of the OLS estimator for regression, and runs bootstrap tests with the fast and robust bootstrap methodology (Salibián-Barrera & Zamar, 2002; Salibián-Barrera & Van Aelst, 2008).

More information can be found in our article:

Alfons, A., Ates, N.Y., & Groenen, P.J.F. (2022a). A Robust Bootstrap Test for Mediation Analysis. Organizational Research Methods, 25(3), 591--617. doi: 10.1177/1094428121999096.

Installation

Package robmedExtra is on CRAN (The Comprehensive R Archive Network), hence the latest release can be easily installed from the R command line via

install.packages("robmedExtra")

The latest (possibly unstable) development version in this repository can be installed from the R command line via

install.packages("devtools") devtools::install_github("aalfons/robmedExtra")

If you already have package devtools installed, you can skip the first line.

Report issues and request features

If you experience any bugs or issues or if you have any suggestions for additional features, please submit an issue via the Issues tab of this repository. Please have a look at existing issues first to see if your problem or feature request has already been discussed.

Contribute to the package

If you want to contribute to the package, you can fork this repository and create a pull request after implementing the desired functionality.

Ask for help

If you need help using the package, or if you are interested in collaborations related to this project, please get in touch with the package maintainer.

Owner

  • Name: Andreas Alfons
  • Login: aalfons
  • Kind: user
  • Location: Rotterdam, Netherlands
  • Company: Erasmus University Rotterdam

GitHub Events

Total
  • Delete event: 1
  • Push event: 5
  • Create event: 2
Last Year
  • Delete event: 1
  • Push event: 5
  • Create event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • cran 545 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: robmedExtra

Extra Functionality for (Robust) Mediation Analysis

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 545 Last month
Rankings
Forks count: 28.7%
Dependent packages count: 29.2%
Dependent repos count: 34.9%
Stargazers count: 35.2%
Average: 43.5%
Downloads: 89.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
  • r-lib/actions/setup-tinytex v2 composite
DESCRIPTION cran
  • robmed >= 0.10.0 depends
  • DT * imports
  • flextable >= 0.8.3 imports
  • ggplot2 >= 3.3.0 imports
  • grDevices * imports
  • graphics * imports
  • officer * imports
  • shiny >= 1.1.0 imports
  • stats * imports
  • utils * imports