powered by
Make ambiguities matrix. The ambiguities matrix maps from causal types into data types.
make_ambiguities_matrix(model)
A causal_model. A model object generated by make_model.
causal_model
make_model
A data.frame. Types (rows) corresponding to possible data realizations (columns).
data.frame
# NOT RUN { model <- make_model('X -> Y') CausalQueries:::make_ambiguities_matrix(model = model) # }
Run the code above in your browser using DataLab