View source: R/summary.sphet.R
print.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 'sphet' |
digits |
minimal number of significant digits, see |
... |
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
gstslshet
, stslshac
library(spdep)
data(columbus)
listw <- nb2listw(col.gal.nb)
res <- spreg(CRIME~HOVAL + INC, data=columbus, listw=listw, model ="sarar")
summary(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.