if (FALSE) {
model <- make_model('X -> K -> Y; X <-> Y')
model |>
CausalQueries:::plot_model()
model |>
CausalQueries:::plot_model(
x_coord = 1:3,
y_coord = 1:3,
title = "Mixed text and math: $\\alpha^2 + \\Gamma$")
}
Run the code above in your browser using DataLab