list_calibr_eq {gEcon} | R Documentation |
The list_calibr_eq
function returns calibrating equations according to the specified indices.
list_calibr_eq(model, eq_idx = NULL)
model |
an object of |
eq_idx |
an integer/numeric value/vector specifying the indices of requested equations. |
A character (one-column) matrix with requested equations.
# copy the example to the current working directory file.copy(from = file.path(system.file("examples", package = "gEcon"), "rbc.gcn"), to = getwd()) # make and load the model rbc <- make_model("rbc.gcn") # list calibrating equations list_calibr_eq(rbc, c(1))