summary.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'
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.

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 <- spreg(CRIME~HOVAL + INC, data=columbus, listw=listw, model ="sarar")
summary(res)

sphet documentation built on Jan. 6, 2022, 1:06 a.m.