Replies: 1 comment 1 reply
-
Thank you for this thoughtful suggestion, Eli. There are 3 key points on your proposal:
Currently in the Typically, researchers use circles for nodes, and outline latent variables by dashed edges or fill the latent node with grey. But I would love to understand a concrete use case where such a convention would help, as opposed to simply renaming a variable or highlighting the nodes with different colours. Note that causal graphs are not always constructed with effect estimation in mind. As such, using different visual signals for different roles seems to cater only to effect estimation. Having said that, your proposal surfaces the difficulty to obtain model fit diagnostics from the |
Beta Was this translation helpful? Give feedback.
-
I have written some code that uses bootrapping to estimate the gcm/scm effect pvalues. I am devising a plot with the information usign graphviz.
I would like to disuss a few aspects and thougths. The first is the shape convnetions. I have seen a few. for example https://cjvanlissa.github.io/tidySEM/articles/sem_graph.html. but they do not cover all apects relevant to Casality graphs - such as a shape for the outcome variabel. I am thinking of something like this:
- Exhogenous (no parents) : Triangle
- Variable (with parents and children): Square [box]
- Latent variable (not in the data) : Circle
- Outcomes (no children) : Inverted triangle
- Edges
- Causal/Regression efects: straingt arrow
- Covariance: dashed curve
- (Residual) variance: double headed arrow
currently my code prodcuces
So
Eli
Beta Was this translation helpful? Give feedback.
All reactions