(Version 0.4.0, updated on 2024-12-10, release history)
A collection of helper functions for converting
selected results of manymome
(Cheung & Cheung, 2023) to publication-ready
tables.
It currently supports the flextable
format from
the flextable
package.
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/
The stable CRAN version can be installed by install.packages()
:
install.packages("manymome.table")
The latest developmental version of this package can be installed by remotes::install_github
:
remotes::install_github("sfcheung/manymome.table")
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
If you have any suggestions and found any bugs, please feel feel to open a GitHub issue. Thanks.