2

Is there an R package that plots the path diagram (in similar fashion to the figures here) of models fitted with the mediation package in R automatically?

captain
  • 543
  • 1
  • 3
  • 20

1 Answers1

0

The use of psych package could help!

mediate(Output ~ Independent1 + (Mediator), data =mydata)
srishtigarg
  • 1,106
  • 10
  • 24
Abby
  • 11
  • 2