jtextor / dagitty

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

documentation error for function markovBlanket() #50

Closed gsverhoeven closed 3 years ago

gsverhoeven commented 3 years ago

In: https://github.com/jtextor/dagitty/blob/master/r/R/dagitty.r

the help file reads:

\code{markovBlanket(x,v}) returns \code{x}'s parents, its children, and all other parents of its children. The Markov blanket always renders \code{x} independent of all other nodes in the graph.

x (in bold) should read v. x is the input graph, v is the node for which we want the Markov blanket.

jtextor commented 3 years ago

Thank you, I fixed it!