找回密码
 注册
查看: 673|回复: 0

R语言 spdep包 joincount.mc()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 14:39:15 | 显示全部楼层 |阅读模式
joincount.mc(spdep)
joincount.mc()所属R语言包:spdep

                                        Permutation test for same colour join count statistics
                                         置换测试相同颜色的连接数统计

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

A permutation test for same colour join count statistics calculated by using nsim random permutations of fx for the given spatial weighting scheme, to establish the ranks of the observed statistics (for each colour) in relation to the nsim simulated values.
置换测试相同颜色的加入使用NSIM随机排列的外汇给定的空间权重方案,建立模拟值NSIM的行列中观察到的统计数据(每种颜色)计数统计计算。


用法----------Usage----------


joincount.mc(fx, listw, nsim, zero.policy=FALSE, alternative="greater",
spChk=NULL)



参数----------Arguments----------

参数:fx
a factor of the same length as the neighbours and weights objects in listw
相同的长度的一个因素的邻居和权重中的对象listw


参数:listw
a listw object created for example by nb2listw
例如创建一个listw对象的nb2listw


参数:nsim
number of permutations
的排列数


参数:zero.policy
if TRUE assign zero to the lagged value of zones without neighbours, if FALSE assign NA
如果是TRUE分配了零的滞后值的区域,没有邻居,如果为FALSE分配NA


参数:alternative
a character string specifying the alternative hypothesis, must be one of "greater" (default), or "less".
一个字符串,指定其他假设,必须是一个“大”(默认),或“少”。


参数:spChk
should the data vector names be checked against the spatial objects for identity integrity, TRUE, or FALSE, default NULL to use get.spChkOption()
应的数据向量空间对象的名称进行核对身份完整性,TRUE,否则返回FALSE,默认为空,使用get.spChkOption()


值----------Value----------

A list with class jclist of lists with class htest and mc.sim for each of the k colours containing the following components:
列表类jclist的列表类htest和mc.sim含有下列成分的k种颜色:


参数:statistic
the value of the observed statistic.
所观察到的统计量的值。


参数:parameter
the rank of the observed statistic.
所观察到的统计排名。


参数:method
a character string giving the method used.
一个字符串提供的方法使用。


参数:data.name
a character string giving the name(s) of the data.
给予(s)的数据的名称的字符串。


参数:p.value
the pseudo p-value of the test.
伪p值的测试。


参数:alternative
a character string describing the alternative hypothesis.
一个字符串,描述了另一种假设。


参数:estimate
the mean and variance of the simulated distribution.
模拟分布的均值和方差。


参数:res
nsim simulated values of statistic, the final element is the observed statistic
NSIM模拟值的统计,最后一个元件是所观察到的统计信息


(作者)----------Author(s)----------


Roger Bivand <a href="mailto:Roger.Bivand@nhh.no">Roger.Bivand@nhh.no</a>



参考文献----------References----------

<h3>See Also</h3>

实例----------Examples----------


data(oldcol)
HICRIME <- cut(COL.OLD$CRIME, breaks=c(0,35,80), labels=c("low","high"))
names(HICRIME) <- rownames(COL.OLD)
joincount.mc(HICRIME, nb2listw(COL.nb, style="B"), nsim=99)
joincount.test(HICRIME, nb2listw(COL.nb, style="B"))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-6-17 22:16 , Processed in 0.022914 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表