Learn R Programming

spsur (version 1.0.1.4)

summary.spsur: Summary of estimated objects of class spsur.

Description

This function summarizes estimated spsur objects. The tables in the output include basic information for each equation. The report also shows other complementary results corresponding to the SUR model like the (GxG) covariance matrix of the residuals of the equations of the SUR, the estimated log-likelihood, the Breusch-Pagan diagonality test or the Marginal Lagrange Multiplier, LMM, tests of spatial dependence.

Usage

# S3 method for spsur
summary(object, ...)

Arguments

object

An spsur object estimated using spsurml, spsur3sls or spsurtime functions.

...

further arguments passed to or from other methods.

Value

An object of class summary.spsur

See Also

print.summary.spsur; spsurml; spsur3sls.

Examples

Run this code
# NOT RUN {
 # See examples for \code{\link{spsurml}} or
 # \code{\link{spsur3sls}} functions.

# }

Run the code above in your browser using DataLab