Learn R Programming

sphet (version 1.5)

print.sphet: print method for class sphet

Description

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

Usage

## S3 method for class 'sphet':
print(x, digits = max(3,getOption("digits") -3), ...)

Arguments

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