Learn R Programming

CausalQueries (version 1.1.0)

get_parameter_names: Get parameter names

Description

Parameter names taken from P matrix or model if no P matrix provided

Usage

get_parameter_names(model, include_paramset = TRUE)

Value

A character vector with the names of the parameters in the model

Arguments

model

A causal_model. A model object generated by make_model.

include_paramset

Logical. Whether to include the param set prefix as part of the name.