swappNum(sdcMicro)
swappNum()所属R语言包:sdcMicro
Rank Swapping
排名交换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Rank Swapping.
排名交换。
用法----------Usage----------
swappNum(x, w = 1dim(x)[2]), p)
参数----------Arguments----------
参数:x
matrix or data frame
矩阵或数据框
参数:w
variables, on which rank swapping should be applied
应施加的变量,其上等级交换
参数:p
Percentage. Swapping range.
百分比。交换范围。
Details
详细信息----------Details----------
The values of a variable are ranked, then each ranked value is swapped with another ranked value randomly chosen within a restricted range, i.e. the rank of two swapped values cannot differ by more than p percente of the total number of records. The function apply the rank swapping on each variable independently.
一个变量的值的排名,每个排名的值被交换与其他等级的限制范围内随机选择的值,即两个交换值的排名,不能相差更多的总记录数比p percente。该功能适用于每个变量独立的职级交换。
值----------Value----------
参数:x
original data
原始数据
参数:xm
the rank swapped data
交换的数据排名
参数:method
info about the method name
信息的方法名称
(作者)----------Author(s)----------
Matthias Templ
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
## Numerical Rank Swapping:[#数值秩交换:]
data(free1)
free1[, 31:34] <- rankSwap(free1[, 31:34], P=10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|