gloperc(visualFields)
gloperc()所属R语言包:visualFields
percentiles for global indices
百分全球指数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
gets the percentiles for global indices
得到的百分全球指数
用法----------Usage----------
gloperc( vals, percentiles = c( 0.5, 1, 2, 5, 95 ), type = c( "quantile", "(i-1)/(n-1)", "i/(n+1)", "i/n" ) )
参数----------Arguments----------
参数:vals
table with global indices for control subjects
与对照组全球指数表
参数:percentiles
percentiles at which to calculate cutoff values
在计算临界值的百分
参数:type
see wtd.quantile for a list of different options
wtd.quantile不同的选项的列表
Details
详细信息----------Details----------
gets the percentiles for global indices. This function works in conjunction with vfstats. In vfstats all global indices refering to mean must start with m and all refereing to standard deviation must start with s, otherwise gloperc won't calculate the cutoff values correctly
得到百分全球指数。此功能结合vfstats。在vfstats指的意思是所有的全球指数必须开始m和所有refereing标准差必须从s,gloperc不正确的值计算截止
值----------Value----------
percentiles for global indices
百分全球指数
(作者)----------Author(s)----------
Ivan Marin-Franch <imarinfr@indiana.edu>
参见----------See Also----------
vfindex, vfstats, vfiperc, locperc
vfindex,vfstats,vfiperc,locperc
实例----------Examples----------
# DO NOT RUN[不运行]
# gperc <- gloper()[gperc的< - gloper()]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|