powered by
Method used to print objects of class 'summary.sphet' and 'sphet'
'summary.sphet'
'sphet'
# S3 method for summary.sphet print(x,digits= max(3, getOption("digits") - 2), width=getOption("width"), obsinfo=FALSE,...)
an object of class 'sphet'
minimal number of significant digits, see print.default
print.default
controls the maximum number of columns on a line used in printing
for objects of class distance: if TRUE prints observation-wise information
distance
TRUE
additional arguments to be passed
Gianfranco Pirasgpiras@mac.com
The summary function summary.sphet returns an objects of class 'sphet' organized in a coefficient matrix.
gstslshet, stslshac
gstslshet
stslshac
library(spdep) data(columbus) listw <- nb2listw(col.gal.nb) res <- spreg(CRIME~HOVAL + INC, data=columbus, listw=listw, model ="sarar") summary(res)
Run the code above in your browser using DataLab