poplr(visualFields)
poplr()所属R语言包:visualFields
permutation of Pointwise Linear Regression (PoPLR)
排列的点态线性回归(PoPLR)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
performs the PoPLR analysis from a series of visual-field threshold sensitivities, or TD or PD values over time
执行PoPLR分析从一系列的视野的阈值的敏感性,或TD或PD的值随着时间的推移
用法----------Usage----------
poplr( vf, nperm = 5000, type = "slr", sl_test = NULL, typecomb = "fisher", details = FALSE )
参数----------Arguments----------
参数:vf
vf object with threshold sensitivities, td, or pd values
vf对象的阈值灵敏度,TD,或pd值
参数:nperm
number of permutations. Default is 5000
的排列数。默认是5000
参数:type
Type of regression statistic: slr for simple linear regression and rank for Spearman correlation coefficient. Default is slr
slr简单的线性回归和回归统计的类型:rankSpearman相关系数。默认是slr
参数:sl_test
values for the 1-tailed hypothesis test for all locations. The reference value is not restricted, but it should be either zero (was there any progression?) or negative (was the progression greater than test value?). Default is 0
值1尾假设检验的所有位置。的基准值没有限制,但它应该是无论是零(有任何进展?)或负(大于测试值的进展?)。默认是0
参数:typecomb
Combination type for p-values. Default is fisher
p值的组合类型。默认是fisher
参数:details
Whether to return all details of the permuation analysis or just final results. Default is FALSE
是否返回的所有细节的permuation分析或只是最终的结果。默认是FALSE
(作者)----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|