LMZ.F3GWR.test {spgwr}R Documentation

Global tests of geographical weighted regressions

Description

Four related test statistics for comparing OLS and GWR models based on bapers by Brunsdon, Fotheringham and Charlton (1999) and Leung et al (2000), and a development from the GWR book (2002).

Usage

LMZ.F3GWR.test(go)
LMZ.F2GWR.test(x)
LMZ.F1GWR.test(x)
BFC99.gwr.test(x)
BFC02.gwr.test(x)

Arguments

go, x a gwr object returned by gwr()

Details

The papers in the references give the background for the analyses of variance presented.

Value

BFC99.GWR.test, BFC02.gwr.test, LMZ.F1GWR.test and LMZ.F2GWR.test return "htest" objects, LMZ.F3GWR.test a matrix of test results.

Author(s)

Roger Bivand Roger.Bivand@nhh.no and Danlin Yu

References

Fotheringham, A.S., Brunsdon, C., and Charlton, M.E., 2002, Geographically Weighted Regression, Chichester: Wiley; http://www.nuim.ie/ncg/GWR/index.htm

See Also

gwr

Examples

example(gwr)
BFC99.gwr.test(col.gauss)
BFC02.gwr.test(col.gauss)
BFC99.gwr.test(col.bisq)

[Package spgwr version 0.5-7 Index]