SimplifySequences(RMallow)
SimplifySequences()所属R语言包:RMallow
Change the form of ordered sequences.
更改的有序序列的形式。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simplifies sequences so that each tie group is only of distance 1 to the next tie group. For example, we would simplify (1, 1, 2, 4, 4, 5) to (1, 1, 2, 3, 3, 4).
简化序列,因此每个结团是距离1到下一个结团。举例来说,我们将简化为(1,1,2,3,3,4),(1,1,2,4,4,5)。
用法----------Usage----------
SimplifySequences(loss.time)
参数----------Arguments----------
参数:loss.time
Matrix of sequences to be simplified.
矩阵的序列加以简化。
值----------Value----------
Simplified sequences, as described in Description.
简化的序列,如在描述中描述。
(作者)----------Author(s)----------
Erik Gregory
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|