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
Most often than not, my DAGs are rather big and complex. Visualizing them becomes hard if not impossible. It is also true that some variables in the DAG might belong to the same group. For instance, I might include age, weight, height, and sex, which can be grouped to personal characteristics. I was wondering whether it makes sense to include the possibility to plot only the grouping nodes, rather than the individual variables. If in the tibble you add a group column, it should be straightforward to then tell ggplot to use that.
The text was updated successfully, but these errors were encountered:
Most often than not, my DAGs are rather big and complex. Visualizing them becomes hard if not impossible. It is also true that some variables in the DAG might belong to the same group. For instance, I might include age, weight, height, and sex, which can be grouped to
personal characteristics
. I was wondering whether it makes sense to include the possibility to plot only the grouping nodes, rather than the individual variables. If in thetibble
you add agroup
column, it should be straightforward to then tellggplot
to use that.The text was updated successfully, but these errors were encountered: