postEstimation {panelSUR}R Documentation

Compute post-estimation indicators

Description

This function aims to compute some post estimation indicators.

Usage

postEstimation(modelFrame=modelFrame,
               firstEstimate=firstEstimate,
               system=system)

Arguments

modelFrame

an object of the class prepareData,

firstEstimate

an object of the class preliminaryEstimate,

system

an object of the class system.

Value

An object of class postEstimation, which is the list of R-squared obtained for each equation of the estimated system.


[Package panelSUR version 0.1.0 Index]