print.sphet {sphet} | R Documentation |
Method used to print objects of class 'summary.sphet'
and 'sphet'
## S3 method for class 'sphet' print(x, digits = max(3,getOption("digits") -3), ...)
x |
an object of class |
digits |
minimal number of significant digits, see |
... |
additional argument 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)