get_parameter_matrix {CausalQueries}R Documentation

Get parameter matrix

Description

Return parameter matrix if it exists; otherwise calculate it assuming no confounding. The parameter matrix maps from parameters into causal types. In models without confounding parameters correspond to nodal types.

Usage

get_parameter_matrix(model)

Arguments

model

A model created by make_model()

Value

A data.frame, the parameter matrix, mapping from parameters to causal types

Examples

model <- make_model('X -> Y')
get_parameter_matrix(model)

[Package CausalQueries version 1.0.2 Index]