Learn R Programming

CausalQueries (version 1.0.1)

set_parmap: Set parmap: a matrix mapping from parameters to data types

Description

Generates and adds parmap to a model

Usage

set_parmap(model)

Value

A matrix

Arguments

model

A causal_model. A model object generated by make_model.

Examples

Run this code
set_parmap(model = make_model('X->Y'))

Run the code above in your browser using DataLab