Learn R Programming

CausalQueries (version 0.0.3)

get_causal_types: Get causal types

Description

Return data frame with types produced from all combinations of possible data produced by a DAG.

Usage

get_causal_types(model)

Arguments

model

A causal_model. A model object generated by make_model.

Value

A data.frame indicating causal types of a model

Examples

Run this code
# NOT RUN {
get_causal_types(make_model('X -> Y'))

# }

Run the code above in your browser using DataLab