summary-methods {gEcon}R Documentation

Summary methods for classes in the gEcon package

Description

This method summarizes information about objects of gecon_simulation, gecon_model, gecon_var_info, gecon_shock_info, and gecon_par_info classes.

Methods

signature(object = "gecon_simulation")

Prints a summary of an object of gecon_simulation class consisting of shock covariance matrix and a simulation for each shock.

signature(object = "gecon_model")

Prints a summary of an object of gecon_model class consisting of computed statistics and values.

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.


[Package gEcon version 1.1.0 Index]