powered by
Return ambiguities matrix if it exists; otherwise calculate it assuming no confounding. The ambiguities matrix maps from causal types into data types.
get_ambiguities_matrix(model)
A causal_model. A model object generated by make_model.
causal_model
make_model
A data.frame. Causal types (rows) corresponding to possible data realizations (columns).
data.frame
# NOT RUN { model <- make_model('X -> Y') get_ambiguities_matrix(model = model) # }
Run the code above in your browser using DataLab