powered by
Method used to print objects of class 'summary.sphet' and 'sphet'
'summary.sphet'
'sphet'
# S3 method for sphet summary(object,width=getOption("width"), digits=getOption("digits"),obsinfo=FALSE,...)
an object of class 'sphet'
controls the maximum number of columns on a line used in printing
minimal number of significant digits, see print.default
print.default
for objects of class distance: if TRUE prints observation-wise information
distance
TRUE
additional arguments 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