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

print.splm

print method for class splm


Description

Method to print objects of class summary.splm and splm

Usage

## S3 method for class 'splm'
print(x, digits = max(3,getOption("digits") -3), ...)

Arguments

x

an object of class splm

digits

minimal number of significant digits, see print.default

...

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.

Author(s)

Giovanni Millo, Gianfranco Piras

See Also

spml, spgm

Examples

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)

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.