Changelog
Source:NEWS.md
manymome 0.2.4.1
Improvement
- Though rare in real studies,
merge_mod_levels()
was revised to support mergingwlevel
objects that have only one level in each of them. (0.2.4.1)
manymome 0.2.4
CRAN release: 2024-10-04
New Features
- The
plot()
method of the output ofcond_indirect_effect()
now supports usingfacet_grid()
to plot the conditional effects when there are two or more moderators in a path. (0.2.3.3, 0.2.3.5, 0.2.3.6, 0.2.3.13)
Improvement
If all paths have the same
x
variables, the argumentx
can be omitted when callingtotal_indirect_effect()
. Similarly, if all paths have the samey
variables, the argumenty
can also be omitted when callingtotal_indirect_effect()
. (0.2.3.2)If appropriate, most functions will automatically convert a single model fitted by
lm()
to a list bylm2list()
. This allows users to use the output oflm()
directly, such as when computing effects in a moderation-only model. (0.2.3.4)P-values and confidence intervals based on standard errors will now be computed even for direct paths not moderated. (0.2.3.8)
Added
print_all_cond_indirect_effects()
andprint_all_cond_effects()
for printing the full output of all conditional indirect effects. (0.2.3.9)Updated the
print
method of indirect effect to print p-value and confidence interval computed from original standard error when appropriate. (0.2.3.10)Added
for_each_path
argument to theprint
-method ofindirect_list
objects. Setting it toTRUE
to print each path in the output ofmany_indirect_effects()
individually. (0.2.3.12)Added
wrap_computation
to the argument ofprint.indirect()
to wrap the printout of long computational formulas. Default set toTRUE
. (0.2.3.14)Updated
plot_effect_vs_w()
to check whether a moderator is numeric. (0.2.3.15)Updated
print.cond_indirect_effects()
. Disabled the printing of the (only) component path when a path has no mediator. (0.2.3.16)
manymome 0.2.3
CRAN release: 2024-09-25
New Features
Added support for using model-based standard errors (and the covariances) of estimates to compute the standard errors, p-values, and confidence intervals for conditional effects. This should be used only for effects without mediators and with both
x
- andy
-variables not standardized. The standard errors, p-values, and confidence intervals are printed by default when certain conditions are met. These statistics are for models fitted by multiple regression. They should be used with cautions for models fitted by structural equation modeling because the model may not be invariant to linear transformation of variables if some covariances involving the product terms are not freely estimated. (0.2.2.1)Updated
pseudo_johnson_neyman()
to support the SE-based test. The method is equivalent to the (true) Johnson-Neyman when SE-based test is used. Addedjohnson_neyman()
as an alias topseudo_johnson_neyman()
. (0.2.2.4)Added
fill_wlevels()
to add levels of moderator to an output ofcond_indirect_effects()
, such that the confidence band of a plot of effects against a moderator can be smoother. (0.2.2.7)
Bug Fixes
- Fixed some issues related to
mod_levels()
in some special cases. (0.2.2.5)
Miscellaneous
Fixed a minor typo in the example of
indirect_effect()
. (0.2.2.8)Added
cond_effects()
, an alias tocond_indirect_effects()
. A better name when a path has no mediator. (0.2.2.9)Finalize 0.2.3. Kept only updates relevant to users of 0.2.2. (0.2.3)
manymome 0.2.2
CRAN release: 2024-06-05
New Features
- Added support for bias-corrected (BC) confidence intervals when bootstrapping is done. This can be requested by adding
boot_type = "bc"
in applicable funcion. BC confidence interval is not recommended in some recent works (see Get Started for selected references). It is added merely for research purpose. (0.2.1.4)
Miscellaneous
Try not setting the environment when calling
gen_boot_i_lavaan()
, which may not be necessary. (0.2.1.2)Factored out confidence interval computation into an internal function. (0.2.1.3)
lm2list()
now supports having only one regression model as the input. This allows users to use functions such ascond_indirect_effects()
on a model with only moderators. (0.2.1.5)
Bug Fixes
- Fix a bug in
do_boot()
for multigroup models when all groups have exactly the same number of cases. (0.2.2.1)
manymome 0.2.1
CRAN release: 2024-05-07
New Features
Multigroup Models Supported
-
Support for mediation paths in multigroup models fitted by
lavaan
has been added. Demonstrations can be found in this articleMany functions have been updated to work for multigroup models with mediators fitted by
lavaan
. Most common tasks support multigroup models. For functions that support moderators, the group variable will be used automatically as a moderator. Checks will be added to functions not yet support multigroup models to alert users.For paths moderated in multigroup models, only some functions (e.g.,
cond_indirect_effect()
) are supported. However, multigroup models with moderators are rare. Functions that do not yet support multigroup models (e.g,mod_levels()
) will raise an error if used on a multigroup model. Support may be added in the future.The
+
and-
operators can now be used on different paths because they may be paths in different groups in multigroup models.The
plot
-method ofcond_indirect_effects
-class objects will be forced to be a tumble graph if the lines for different groups are to be plotted. In these cases, the data within each group will be used, including standardization. This approach, though leading to results different from those in single-group model using the group as a moderator, makes more sense for multigroup models, in which the distribution of variables are allowed to be different between groups. Since 0.1.14.10, by default, the model implied statistics are used to determine the means and SDs used in drawing the plot. This approach is useful when between-group equality constraints are present.The
plot
-method ofcond_indirect_effects
-class objects now supports plotting a path that involves latent variables. The model implied statistics will always be used for the latent variables when determining the means and SDs. This is useful because the group-variable can be treated as a moderator bycond_indirect_effects()
. (0.1.14.7)
Other New Features
Added
plot_effect_vs_w()
. It can plot an effect (direct or indirect) against a moderator, using the output ofcond_indirect_effects()
. (0.1.14.14 - 0.1.14.15)Added
pseudo_johnson_neyman()
. It used the pseudo Johnson-Neyman approach (Hayes, 2022) to find the value of a moderator at which the conditional effect (direct or indirect) changes from nonsignificant to significant (or vice versa), based on the confidence interval selected. (0.1.14.16)
Miscellaneous
If a dataset has a variable which is a product of itself and another variable (e.g.,
x*y == x
),find_products()
will be trapped in an infinite loop. This “product term” will no longer be treated as a “product term.” (0.1.14.1)Bootstrapping and Monte Carlo simulation will no longer be run once for each path in
many_indirect_effects()
. Ifdo_boot()
ordo_mc()
is not used first but bootstrapping or Monte Carlo confidence intervals are requested, this process will be done only once, and the estimates will be reused by all paths. (0.1.14.9, a bug fixed in 0.2.1)
manymome 0.1.14
CRAN release: 2024-02-16
New Features
- The standardizers (
scale_x
andscale_y
) for each bootstrap or simulated sample are now stored, such that the confidence interval of the unstandardized effect can be computed even if standardization is requested. (0.1.13.2)
Bug Fixes
- Fixed a nonessential bug with the math operator:
indirect_raw
, though not used for now, is now computed correctly when using+
and-
. (0.1.13.1) - Fixed a minor typo in documentation. (0.1.13.3)
- Fixed a minor issue with the print method of
delta_med
-class object. (0.1.13.4) - Fixed a bug with using
do_mc()
on a model which do not have a mean structure, has latent variables, and is estimated by multiple imputation. Error is no longer raised. (0.1.13.5) - Fixed a few more tests that should not be run if suggested packages are not installed. (0.1.13.6)
- No longer raises an error for dichotomous moderators. (0.1.13.7)
manymome 0.1.13
CRAN release: 2023-10-06
New Features
- Added
delta_med()
for computing (Delta_Med), an -like measure of indirect effect proposed by Liu, Yuan, and Li (2023). Can form nonparametric bootstrap confidence interval for . (0.1.12.1, 0.1.12.3) - Added support for paths with both latent and observed variables. (0.1.12.2, 0.1.12.4)
manymome 0.1.12
CRAN release: 2023-08-21
New Features
Can report standard errors (if requested)
- All major print methods of effects support printing standard errors (setting
se = TRUE
). They are simply the standard deviations of the bootstrap estimates (if bootstrap confidence intervals are requested) or simulated estimates (if Monte Carlo confidence intervals are requested). They should be interpreted with cautions because the sampling distribution of the effect estimates may not be symmetric. (0.1.11.2)
Miscellaneous
Customized
linters
. (0.1.11.1)Revised a test to accommodate a behavior of MKL when
MASS::mvrnorm()
is used to generate pseudo random numbers. (0.1.11.4)Finalized to 0.1.12. (0.1.12)
Bug Fixes
P-value were not computed when mathematical operations are conducted on effects using
+
and-
before version 0.1.11.2. This has been fixed. (0.1.11.2)merge_model_matrix()
failed if all variables in anlm()
output is already present in merged outputs. Fixed in 0.1.11.3. (0.1.11.3)cond_indirect()
did not hide the progress when Monte Carlo CIs were requested anddo_mc()
was called internally. Fixed. It now hides the progress ifprogress = TRUE
. (0.1.11.5)
manymome 0.1.10
CRAN release: 2023-06-08
New Features
Monte Carlo Confidence Intervals
- Added support for Monte Carlo confidence intervals. (0.1.9.3 to 0.1.9.4)
- Updated some vignettes for Monte Carlo confidence intervals. (0.1.9.5)
- Please refer to this article for an illustration on forming Monte Carlo confidence interval.
Multiple Imputation
- Added support for models fitted by
runMI()
orsem.mi()
from thesemTools
package using multiple imputation. (0.1.9.8-0.1.9.10) - Please refer to this article for an illustration on forming Monte Carlo confidence interval.
Can report p-value (if requested)
- Some print methods support printing asymmetric bootstrap p-values using the method presented in Asparouhov and Muthén (2021) if bootstrapping confidence interval is requested. By default, p-values are not printed. (0.1.9.7)
Report proportion of effect mediated
- Added
indirect_proportion()
and two methods for its output. (0.1.9.12)
Others
- Exported
get_prod()
and added an article on its workflow. (0.1.9.13). - Bootstrapping can handle the
fixed.x
argument aslavaan
does. (0.1.9.17)
Bug Fixes
- Fixed
factor2var()
to work (again) for a categorical variable with only two levels. (0.1.9.21)
Miscellaneous
- Updated badges in README.md. (0.1.9.1)
- Updated
pkgdown
site. (0.1.9.2) - Used a more reliable test for Monte Carlo CIs. (0.1.9.6)
- Updated the logo for readability. (0.1.9.6)
- Fixed an error in
pkgdown
site. (0.1.9.6) - Added progress bars to
do_mc()
. (0.1.9.11) - Added
print.mc_out()
, the print-method formc_out
-class objects. (0.1.9.14) - Updated vignettes with package name. (0.1.9.15)
- Fixed typos in NEWS.md. (0.1.9.15)
- Updated
pkgdown
GitHub action for using newer version of mermaid. (0.1.9.15) - Updated
pkgdown
website to use the new logo and color scheme. (0.1.9.16) - Modified more tests to accommodate a change in
lavaan
on handling random seed. (0.1.9.18) - No change to the main code. Added a few technical appendices as
pkgdown
articles, accessible through thepkgdown
website of the package. (0.1.9.19) - Updated the documentation of functions to state that they support
lavaan.mi
-class objects. (0.1.9.20)
manymome 0.1.6
CRAN release: 2022-11-06
New Features
Bootstrapping
- Added
lm2boot_out_parallel()
to do bootstrapping with the output oflm()
using parallel processing. This is the default whendo_boot()
is used on the outputs oflm()
. (0.1.4.4) - Added a print method for the output of
do_boot()
. (0.1.4.7)
Mediation
- Added
all_indirect_paths()
for identifying all indirect paths in a model. (0.1.4.5) - Added
many_indirect_effects()
for computing indirect effects for a list of paths. (0.1.4.5) - Added
total_indirect_effect()
for computing the total indirect effect between two variables. (0.1.4.5)
Bug Fixes
- Updated README.md with code for installing from CRAN. (0.1.4.1).
- Fixed a typo in README.md. (0.1.4.2)
- Fixed tests that should be done by
expect_equal
on numbers rather than on characters. No change in the functions. (0.1.4.3) - Noted in the vignettes that some new functions are not yet on the CRAN version and available in the GitHub version. (0.1.4.6)
- Fixed a bug in
merge_model_frame()
. (0.1.4.8)