View source: R/ds.mediationTest.R
ds.mediationTest | R Documentation |
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.
ds.mediationTest(mv = NULL, iv = NULL, dv = NULL, datasources = NULL)
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 |
datasources |
a list of |
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.
A table showing the values of the test statistics (z-values) and the corresponding p-values for the Sobel, Aroian and Goodman tests for each study separately.
Demetris Avraam for DataSHIELD Development Team
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.