Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.splm

summary method for class splm


Description

Method for summarizing the results of objects of class 'splm'

Usage

## S3 method for class 'splm'
summary(object,...)

Arguments

object

an object of class 'splm'

...

additional arguments to be passed

Details

The summary function summary.splm returns an objects of class 'splm' organized in a coefficient matrix.

Also a matrix for the error components, or the spatial coefficients will be generated depending on the estimated model.

When the 'splm' is produced by the function 'spsegm', the summary will be generated looping over the number of equations in the system.

Value

An object of class 'summary.splm'

Author(s)

Giovanni Millo, Gianfranco Piras

See Also

spml, spgm

Examples

data(Produc, package = "plm") 
data(usaww)
GM <- spgm(log(gsp)~log(pcap)+log(pc)+log(emp)+unemp, data=Produc,
            listw=usaww, moments = "fullweights", spatial.error = TRUE)
summary(GM)

splm

Econometric Models for Spatial Panel Data

v1.4-11
GPL-2
Authors
Giovanni Millo [aut, cre], Gianfranco Piras [aut]
Initial release
2018-07-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.