summary.sphet {sphet} | R Documentation |
print method for class sphet
Description
Method used to print objects of class 'summary.sphet'
and 'sphet'
Usage
## S3 method for class 'sphet'
summary(object, width=getOption("width"), digits=getOption("digits"),obsinfo=FALSE,...)
Arguments
object |
an object of class 'sphet' |
width |
controls the maximum number of columns on a line used in printing |
digits |
minimal number of significant digits, see |
obsinfo |
for objects of class |
... |
additional arguments to be passed |
Details
The summary function summary.sphet returns an objects of class 'sphet' organized in a coefficient matrix.
Author(s)
Gianfranco Pirasgpiras@mac.com
See Also
Examples
library(spdep)
data(columbus)
listw <- nb2listw(col.gal.nb)
res <- spreg(CRIME~HOVAL + INC, data=columbus, listw=listw, model ="sarar")
summary(res)
[Package sphet version 2.0 Index]