jtextor / dagitty

Graphical analysis of structural causal models / graphical causal models.
GNU General Public License v2.0
282 stars 46 forks source link

ancestorGraph does not preserve node attributes #28

Open jtextor opened 4 years ago

jtextor commented 4 years ago

like eps

> ancestorGraph(dagitty("dag{x1 -> e1 e1[eps=.3]}"),"e1")
dag {
x1 -> e1
}