Learn R Programming

CausalQueries (version 1.1.0)

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)

Value

A data.frame indicating causal types of a model

Arguments

model

A causal_model. A model object generated by make_model.