Home > Web Front-end > Bootstrap Tutorial > What is the z-value of the bootstrap mediation test?

What is the z-value of the bootstrap mediation test?

下次还敢
Release: 2024-04-05 04:12:17
Original
1155 people have browsed it

Bootstrap mediation test z-value

Bootstrap mediation test is a statistical technique used to determine the effect of an independent variable (X) on a dependent variable (M) through a mediating variable (M) Y) role. The z-value is a statistic calculated in this test that measures the statistical significance of the mediation effect.

Calculating Bootstrap z-value

The Bootstrap mediation test z-value is calculated by resampling the data multiple times. In each resampled sample, calculate the path coefficient using standard regression techniques:

  • a Path: Direct effect of X on M
  • b path: M’s direct effect on Y
  • c’ path: X’s indirect effect on Y through M

The mediating effect is equal to c' path. To calculate the z-value, divide the mean value of the c' path by its standard deviation:

<code>z = (c' - 0) / σ_c'</code>
Copy after login

where σ_c' is the standard deviation of the c' path.

z-value explanation

The z-value measures the degree of the mediating effect relative to the uncertainty of its estimate. The larger the absolute value of the z-value, the higher the statistical significance of the mediation effect.

  • z > 1.96: The mediation effect is statistically significant at the 0.05 level.
  • z > 2.58: The mediation effect is statistically significant at the 0.01 level.
  • z < -1.96: The mediation effect is not statistically significant at the 0.05 level.

Purpose

Bootstrap mediation test z-value is used to:

  • Test whether the mediation effect exists
  • Determine the size and direction of the mediating effect
  • Determine the statistical significance of the mediating effect

The above is the detailed content of What is the z-value of the bootstrap mediation test?. 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 Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template