gwr.morantest(spgwr)
gwr.morantest()所属R语言包:spgwr
Moran's I for gwr objects
莫兰是我GWR对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function returns Leung et al. (2000) three moment approximation for Moran's I, for a gwr object calculated with argument hatmatrix=TRUE. This implementation should not be regarded as authoritative, as it involves assumptions about implied methods and about estimated degrees of freedom.
该函数返回Leung等人。 (2000)矩近似对于莫兰的我,为一个计算= TRUE参数hatmatrix的GWR对象。此实现不应该被视为权威,因为它涉及暗示的方法和假设,有关估计自由度。
用法----------Usage----------
gwr.morantest(x, lw, zero.policy = FALSE)
参数----------Arguments----------
参数:x
a gwr object returned by gwr() with argument hatmatrix=TRUE
gwr返回的对象gwr()参数hatmatrix = TRUE
参数:lw
a listw object created for example by nb2listw in the spdep package
一个listwnb2listw中的spdep的包创建的对象,例如通过
参数:zero.policy
if TRUE assign zero to the lagged value of zones without neighbours, if FALSE (default) assign NA
如果是TRUE分配了零的滞后值的区域没有邻居,如果为FALSE(默认值)指定NA
值----------Value----------
a “htest” object with the results of testing the GWR residuals
一个“htest的”对象测试结果GWR残差
(作者)----------Author(s)----------
Roger Bivand
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|