cleanstrata(sampling)
cleanstrata()所属R语言包:sampling
Clean strata
清洁阶层
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Renumbers a variable of stratification (categorical variable). The strata receive a number from 1 to the last stratum number. The empty strata are suppressed. This function is used in "balancedstratification".
重新编号分层的变量(分类变量)。地层从1数到最后的层数。空层被抑制。此功能用于在balancedstratification。
用法----------Usage----------
cleanstrata(strata)
参数----------Arguments----------
参数:strata
vector of stratum numbers.
矢量的阶层数。
参见----------See Also----------
balancedstratification
balancedstratification
实例----------Examples----------
# definition of the stratification variable[分层变量的定义]
strata=c(-2,3,-2,3,4,4,4,-2,-2,3,4,0,0,0)
# renumber the strata[重新编排阶层]
cleanstrata(strata)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|