print-methods: Print methods for classes in the gEcon package

Description Methods

Description

Prints information about objects of the gecon_simulation, gecon_model, gecon_var_info, gecon_shock_info, and gecon_par_info classes.

Methods

signature(x = "gecon_simulation")

Prints the name of the model for which the simulations have been performed, information about the time span, shocks, and variables used.

signature(x = "gecon_model")

Prints a short description of the model, its creation date, model's solution status, and more detailed information concerning model variables and parameters then the show generic function.

signature(object = "gecon_var_info")

Prints the incidence matrix and the results that have been already obtained in terms of model variables.

signature(object = "gecon_shock_info")

Prints the incidence matrix and the covariance matrix of shocks.

signature(object = "gecon_par_info")

Prints the incidence matrix and information about parameters' types and values.


gEcon documentation built on May 2, 2019, 6:52 p.m.

Related to print-methods in gEcon...