cutBySD(rockchalk)
cutBySD()所属R语言包:rockchalk
Returns center values of x, the mean, mean-std.dev, mean+std.dev
返回中心的x值,平均,平均std.dev的,意思是+ std.dev
译者:生物统计家园网 机器人LoveR
描述----------Description----------
If the numeric variable has fewer than 6 unique observed values, this will send the data to cutByTable.
如果数字变量少于6个独特的观测值,这将数据发送到cutByTable。
用法----------Usage----------
cutBySD(x, n = 3)
参数----------Arguments----------
参数:x
A numeric variable
数字变量
参数:n
Should be either 3 or 5. If 3, values that divide the data at c(m-sd, m, m+sd) are returned. If 5, the returned values are c(m-2sd, m-sd, m, m+sd, m+2sd). Other values of n will be rounded to 3 or 5.
应该是3或5。如果为3,分在C(M,M,M SD + SD)的数据值被返回。如果是5,返回的值是c(M-2SD,M-SD,M,M,M +2 SD + SD)。其他的n值将调整为3或5。
值----------Value----------
A named vector
命名的矢量
(作者)----------Author(s)----------
Paul E. Johnson <pauljohn@ku.edu>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|