BK | R Documentation |
Perform the Baron-Kenny method on a recursive path model.
BK(out, alpha = out$alpha)
out |
An output of class |
alpha |
Type I error rate. Default is the one from the original mediation. |
Determine if there is a mediated relation for each indirect effects and whether it is partial or complete.
res <- mediation(model = y ~ m2 ~ m1 ~ x, data = medEX, standardized = TRUE)
BK(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.