powered by
Method used to print objects of class 'summary.sphet' and 'sphet'
'summary.sphet'
'sphet'
# S3 method for sphet print(x, digits = max(3,getOption("digits") -3), ...)
an object of class 'summary.sphet' and sphet
sphet
minimal number of significant digits, see print.default
print.default
additional argument to be passed
The summary function summary.sphet returns an objects of class 'sphet' organized in a coefficient matrix.
gstslshet, stslshac
gstslshet
stslshac
# NOT RUN { library(spdep) data(columbus) listw<-nb2listw(col.gal.nb) res<-gstslshet(CRIME~HOVAL + INC, data=columbus, listw=listw) summary(res) # }
Run the code above in your browser using DataLab