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
I was using dagitty and it was working well. After updating to 0.3.4, I got an error even for the simplest demo DAG. Could you please help? Thanks.
> packageVersion("dagitty")
[1] ‘0.3.4’
> dag <- dagitty::dagitty("dag {
+ y <- x <- z1 <- v -> z2 -> y
+ z1 <- w1 <-> w2 -> z2
+ x <- w1 -> y
+ x <- w2 -> y
+ x [exposure]
+ y [outcome]
+ }")
Error: SyntaxError: Invalid or unexpected token
The text was updated successfully, but these errors were encountered:
Hello,
I was using dagitty and it was working well. After updating to 0.3.4, I got an error even for the simplest demo DAG. Could you please help? Thanks.
The text was updated successfully, but these errors were encountered: