找回密码
 注册
查看: 366|回复: 0

R语言 TraMineR包 seqdecomp()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 11:36:31 | 显示全部楼层 |阅读模式
seqdecomp(TraMineR)
seqdecomp()所属R语言包:TraMineR

                                        Convert a character string into a vector of states or events
                                         将字符串转换成一个向量的状态或事件

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

For the moment, each character in the string will be considered to be one state or event = this function will not give accurate results if the character string representing the sequence contains events or states coded with more than one character.
的那一刻,每一个字符串中的字符将被认为是一个国家或事件=此功能将无法提供准确的结果,如果该字符串代表序列包含一个以上的字符编码的事件或状态。


用法----------Usage----------


seqdecomp(data, var=NULL, sep='-', miss="NA", vnames=NULL)



参数----------Arguments----------

参数:data
a dataframe or matrix containing sequence data.
一个数据框或矩阵的序列数据。


参数:var
the list of columns containing the sequences. Default is NULL, ie all the columns. Whether the sequences are in the compressed (character strings) or extended format is automatically detected by counting the number of columns.
列表中包含序列的列。默认值是NULL,即所有的列。无论是在序列(字符串)的压缩或扩展格式被自动检测到计数的列数。


参数:sep
the between states/events separator used in the input data set. Default to '-'.
之间的状态/事件使用的分隔符的输入数据集。默认设置为“-。


参数:miss
the symbol for missing values (if any) used in the input data set. Default is NA.
丢失的值(如果有的话)中使用的输入数据集的符号。默认是NA。


参数:vnames
optional names for the column/variables of the output data set. Default is NULL.
可选的输出数据集的字段/变量名称。默认是NULL。


参见----------See Also----------

seqconc.
seqconc。


实例----------Examples----------


## Converts 'seq' into a vector of states of length 10[#将起成一个向量长度为10的状态]
seq <- "A-A-A-A-B-B-B-C-C-C"
seqdecomp(seq)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 06:56 , Processed in 0.021929 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表