print.sphet: print method for class sphet

Description Usage Arguments Details Author(s) See Also Examples

View source: R/summary.sphet.R

Description

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

Usage

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

Arguments

x

an object of class 'summary.sphet' and sphet

digits

minimal number of significant digits, see print.default

...

additional argument 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

gstslshet, stslshac

Examples

1
2
3
4
5
library(spdep)
data(columbus)
listw<-nb2listw(col.gal.nb)
res<-gstslshet(CRIME~HOVAL + INC, data=columbus, listw=listw)
summary(res)

sphet documentation built on May 4, 2020, 3 p.m.