summary.sphet {sphet} | R Documentation |
Method used to print objects of class 'summary.sphet'
and 'sphet'
## S3 method for class 'sphet' summary(object,width=getOption("width"), digits=getOption("digits"),obsinfo=FALSE,...)
object |
an object of class 'sphet' |
width |
controls the maximum number of columns on a line used in printing |
digits |
minimal number of significant digits, see |
obsinfo |
for objects of class |
... |
additional arguments to be passed |
The summary function summary.sphet returns an objects of class 'sphet' organized in a coefficient matrix.
Gianfranco Pirasgpiras@mac.com
library(spdep) data(columbus) listw<-nb2listw(col.gal.nb) res<-gstslshet(CRIME~HOVAL + INC, data=columbus, listw=listw) summary(res)