powered by
Method for summarizing the results of objects of class 'splm'
'splm'
# S3 method for splm summary(object,...)
An object of class 'summary.splm'
'summary.splm'
an object of class 'splm'
additional arguments to be passed
Giovanni Millo, Gianfranco Piras
The summary function summary.splm returns an objects of class 'splm' organized in a coefficient matrix.
summary.splm
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.
spml, spgm
spml
spgm
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)
Run the code above in your browser using DataLab