poplr_cstat(visualFields)
poplr_cstat()所属R语言包:visualFields
permutation of pointwise linear regression (PoPLR): calculation of the combined statistic
置换的逐点线性回归(PoPLR):合并的统计数据的计算
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For details see [1]
有关详细信息,请参阅[1]
用法----------Usage----------
poplr_cstat( pval, typecomb = "fisher", truncation = 1, minmax = TRUE, spatialwtd = NULL, distance = NULL, eccwtd = NULL )
参数----------Arguments----------
参数:pval
p-values. Typically the ones obtained from poplr_pstat
p-值。通常情况下,那些获得poplr_pstat
参数:typecomb
Combination type for p-values. Default is fisher, by now the only one implemented
p值的组合类型。默认是fisher,现在唯一的实现
参数:truncation
p-value cut-off for truncation. Default is 1
p值截止截断。默认是1
参数:minmax
whether to use minimum p-value if empty combination statistic after truncation. Default is TRUE
是否使用最小p值,如果为空,结合统计后截断。默认是TRUE
参数:spatialwtd
Weights for spatial autocorrelation. Typically the p-values, the slope, or the Spearman rank correlation obtained with poplr_pstat. If NULL, then the weights are all 1
空间自相关性的权重。通常情况下,得到的p值,斜坡,或Spearman等级相关poplr_pstat。如果NULL,那么权重都为1
参数:distance
Pairwise distances between locations. Default is NULL
两两之间的距离位置。默认是NULL
参数:eccwtd
Eccentricity-related weights. Ask Neil. Default is NULL
偏心相关的权重。问尼尔。默认是NULL
(作者)----------Author(s)----------
Ivan Marin-Franch <imarinfr@indiana.edu>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
res <- poplr( vf91016right )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|