How to use bootstrap to test mediation effects

下次还敢
Release: 2024-04-05 03:57:17
Original
629 people have browsed it

Using Bootstrap to test the mediation effect

What is the Bootstrap test?

Bootstrap is a resampling technique used to estimate the sampling distribution of a statistic. By randomly drawing multiple subsamples from the original data, it can help us evaluate the robustness and confidence of a statistical test.

How to use Bootstrap to test the mediation effect?

Testing for mediation effects involves testing whether the relationship between the independent variable (X) and the dependent variable (Y) is partially or fully mediated by the mediator variable (M). The Bootstrap test can be used:

1. Test the significance of the mediation effect

  • Use the original data to calculate the direct effect (X-Y) and indirect effect (X-M-Y ).
  • Use Bootstrap to generate multiple subsamples and calculate direct and indirect effects in each subsample.
  • Calculate the Bootstrap confidence interval (CI) of the mediation effect (indirect effect - direct effect).
  • If the CI does not contain 0, it indicates that the mediation effect is statistically significant.

2. Test the significance of the mediation type

  • Use the method of Baron and Kenny (1986) or the Sobel test to calculate the significance of the mediation type Significance.
  • Calculate the Bootstrap CI of Baron and Kenny statistics or Sobel statistics based on the steps of Bootstrap sampling.
  • If the CI does not contain 0, it indicates that the mediation type is statistically significant.

3. Estimating the natural indirect effect

  • Use Bootstrap to estimate the CI of the natural indirect effect. The natural indirect effect represents the indirect effect of the independent variable on the dependent variable when the moderator variable is fixed.
  • Calculate the CI for the natural indirect effect by fixing the mediating variable in each Bootstrap subsample and calculating the indirect effect.

Advantages:

  • is not restricted by the assumption of normal distribution.
  • Provide more stable effect estimates.
  • Allows non-parametric testing.

Note:

  • Requires a large number of data samples to obtain accurate results.
  • It is computationally intensive, especially for complex mediation models.

The above is the detailed content of How to use bootstrap to test mediation effects. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!