get_parameter_names {CausalQueries}R Documentation

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)

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.

Value

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


[Package CausalQueries version 1.1.0 Index]