You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
Thanks a lot for your work on this package -- this looks really useful and promising 👌
I was wondering if there is a way to find instrumental variables, if they are present in a DAG? Kind of like what the dagitty R package does with its function instrumentalVariables:
library(dagitty)
dagIV<- dagitty( "dag{ Q -> E <- U -> W <- E }" )
instrumentalVariables( dagIV , exposure="E" , outcome="W" )
Context: we are porting Statistical Rethinking 2to python and PyMC3 and using your package to do what R. McElreath does with daggity.
Thanks a lot in advance for your help, and take care 🖖
Alex
The text was updated successfully, but these errors were encountered:
Hi there,
Thanks a lot for your work on this package -- this looks really useful and promising 👌
I was wondering if there is a way to find instrumental variables, if they are present in a DAG? Kind of like what the
dagitty
R package does with its functioninstrumentalVariables
:Context: we are porting Statistical Rethinking 2 to python and PyMC3 and using your package to do what R. McElreath does with
daggity
.Thanks a lot in advance for your help, and take care 🖖
Alex
The text was updated successfully, but these errors were encountered: