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:
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>
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.
Purpose
Bootstrap mediation test z-value is used to:
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!