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


[Package CausalQueries version 1.1.1 Index]