Learn R Programming

CausalQueries (version 1.3.2)

get_parameter_matrix: 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)

Value

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

Arguments

model

A model created by make_model()