fisherz(SIN)
fisherz()所属R语言包:SIN
Fisher's z-transform
Fisher的Z变换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function implements Fisher's z-transform, which maps a correlation rho in (-1,1) to
此功能实现了费舍尔的z变换,映射的相关rho in (-1,1)
用法----------Usage----------
fisherz(corrs)
参数----------Arguments----------
参数:corrs
a vector of correlations in (-1,1).
的向量中的相关性(-1,1)。
值----------Value----------
The return value is a vector of z-transformed correlations.
返回值是一个向量,Z-转化的相关性。
参考文献----------References----------
Anderson, T.W. (2003) An Introduction to Multivariate Statistical Analysis, third edition. Hoboken, New Jersey: Wiley. (See p.133-134).
实例----------Examples----------
corrs <- c(-0.5,0,0.5)
fisherz(corrs)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|