MWE:
library(DirectEffects)
# ACDE of the plow on female participation, with income as mediator
form_main <- women_politics ~ plow + rugged | oil_pc | centered_ln_inc + centered_ln_inc:plow
direct2 <- sequential_g(formula = form_main, data = ploughs)
#> Error in XZM[, mnames, drop = FALSE]: subscript out of bounds
Created on 2019-01-03 by the reprex package (v0.2.1)
MWE:
Created on 2019-01-03 by the reprex package (v0.2.1)