Learn R Programming

CausalQueries (version 0.0.3)

update_causal_types: Update causal types based on nodal types

Description

Update causal types based on nodal types

Usage

update_causal_types(model)

Arguments

model

A causal_model. A model object generated by make_model.

Value

A data.frame containing updated causal types in a model

Examples

Run this code
# NOT RUN {
CausalQueries:::update_causal_types(make_model('X->Y'))
# }

Run the code above in your browser using DataLab