This function is similar to the R function mediation.test that is included in the bda package. The function computes statistics and p-values for three versions of Sobel mediation test: Sobel test, Aroian test and Goodman test.

mediationTestDS(mv, iv, dv)

Arguments

mv

a string character, the name of the mediator variable

iv

a string character, the name of the independent variable

dv

a string character, the name of the dependent variable

Value

A table showing the values of the test statistics (z-values) and the corresponding p-values for the Sobel, Aroian and Goodman tests.

Details

To test whether a mediator carries the influence on an independent variable to a dependent variable. Missing values will be automatically excluded with a warning.

Author

Demetris Avraam for DataSHIELD Development Team