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
After discussing with Eli, the theory currently does not account for subunit-level confounding, although they working on a follow-up paper about this. Until that is out, we should add a flag in collapse_HCM to throw an Error if the input HCM has subunit confounding.
Let's add a flag to HierarchicalCausalModel.to_admg() to raise a NotImplementedError if there are unobserved subunit variables in the model with more than one child (i.e. unobserved subunit confounder).
Make a hidden method to check for unobserved confounder.
Because NxMixedGraph cannot (currently) handle subunit-level observed or latent variables, how should we handle subunit-level confounders?
The text was updated successfully, but these errors were encountered: