policy_matrix: Extract Policy Matrix

View source: R/postestimation.R

policy_matrixR Documentation

Extract Policy Matrix

Description

Returns the policy matrix G from a fitted or solved DSGE model. The policy matrix maps state variables to control variables: y_t = G x_t.

Usage

policy_matrix(x, se = TRUE, level = 0.95)

Arguments

x

A dsge_fit or dsge_solution object.

se

Logical. If TRUE (default) and x is a dsge_fit, compute delta-method standard errors.

level

Confidence level for intervals. Default is 0.95.

Value

If se = FALSE, returns the G matrix. If se = TRUE, returns a list with matrix, se, lower, upper, and a data frame table.


dsge documentation built on Sept. 25, 2026, 5:08 p.m.