https://github.com/sfcheung/manymome.table
Convert manymome results to publication-ready tables.
https://github.com/sfcheung/manymome.table
lavaan manymome mediation moderated-mediation moderation regression sem structural-equation-modeling
Last synced: 4 months ago
JSON representation
Convert manymome results to publication-ready tables.
- Host: GitHub
- URL: https://github.com/sfcheung/manymome.table
- Owner: sfcheung
- License: gpl-3.0
- Created: 2023-10-14T16:32:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T00:01:10.000Z (over 1 year ago)
- Last Synced: 2025-10-11T12:52:59.535Z (8 months ago)
- Topics: lavaan, manymome, mediation, moderated-mediation, moderation, regression, sem, structural-equation-modeling
- Language: R
- Homepage: https://sfcheung.github.io/manymome.table/
- Size: 8.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://www.repostatus.org/#active)
[](https://CRAN.R-project.org/package=manymome.table)
[](https://cran.r-project.org/package=manymome.table)
[](https://github.com/sfcheung/manymome.table)
[](https://github.com/sfcheung/manymome.table/commits/main)
[](https://github.com/sfcheung/manymome.table/actions/workflows/R-CMD-check.yaml)
(Version 0.4.0, updated on 2024-12-10, [release history](https://sfcheung.github.io/manymome.table/news/index.html))
# manymome.table
A collection of helper functions for converting
selected results of [`manymome`](https://sfcheung.github.io/manymome/)
([Cheung & Cheung, 2023](https://doi.org/10.3758/s13428-023-02224-z)) to publication-ready
tables.
It currently supports the `flextable` format from
the [`flextable` package](https://davidgohel.github.io/flextable/).
Results from `manymome::many_indirect_effects()`
and `manymome::cond_indirect_effects()` can be converted
to `flextable` objects using the method `as_flextable()`.
They can then be exported to other formats, such as Word.
For more information on this package, please visit its GitHub page:
https://sfcheung.github.io/manymome.table/
# Installation
The stable CRAN version can be installed by `install.packages()`:
```r
install.packages("manymome.table")
```
The latest developmental version of this package can be installed by `remotes::install_github`:
```r
remotes::install_github("sfcheung/manymome.table")
```
# Reference
Cheung, S. F., & Cheung, S.-H. (2023). *manymome*: An R package for computing
the indirect effects, conditional effects, and conditional indirect effects,
standardized or unstandardized, and their bootstrap confidence intervals,
in many (though not all) models. *Behavior Research Methods*.
https://doi.org/10.3758/s13428-023-02224-z
# Issues
If you have any suggestions and found any bugs, please feel
feel to open a GitHub issue. Thanks.