# NOT RUN {
data("BSG2014")
# run fast and robust bootstrap test
ctrl <- cov_control(prob = 0.95)
test <- test_mediation(BSG2014,
x = "ValueDiversity",
y = "TeamCommitment",
m = "TaskConflict",
method = "covariance",
control = ctrl)
summary(test)
# }
Run the code above in your browser using DataLab