Learn R Programming

sphet (version 1.6)

summary.sphet: print method for class sphet

Description

Method used to print objects of class 'summary.sphet' and 'sphet'

Usage

"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 print.default
obsinfo
for objects of class distance: if TRUE prints observation-wise information
...
additional arguments to be passed

Details

The summary function summary.sphet returns an objects of class 'sphet' organized in a coefficient matrix.

See Also

gstslshet, stslshac

Examples

Run this code
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