print method for class splm
Method to print objects of class summary.splm
and splm
## S3 method for class 'splm' print(x, digits = max(3,getOption("digits") -3), ...)
x |
an object of class |
digits |
minimal number of significant digits, see |
... |
additional arguments to be passed |
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.
Giovanni Millo, Gianfranco Piras
spml
, spgm
data(Produc, package = "plm") data(usaww) spremod<-spml(log(gsp)~log(pcap)+log(pc)+log(emp)+unemp, data=Produc, listw = mat2listw(usaww), model="random", lag=TRUE, spatial.error="none") summary(spremod)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.