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

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

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

                                        States frequency for each individual sequence
                                         各国频率为每个单独的序列

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

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

Returns the state frequencies (total durations) for each sequence in the sequence object.
返回序列中的对象的每个序列的的状态频率(总持续时间)。


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


seqistatd(seqdata, with.missing=FALSE, prop=FALSE)



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

参数:seqdata
a sequence object (see seqdef function).
序列的对象(参阅seqdef函数)。


参数:with.missing
logical: if set as TRUE, total durations are also computed for the missing status (gaps in the sequences). See seqdef on options for handling missing values when creating sequence objects.
逻辑:如果设置了TRUE,总持续时间也计算缺失的现状(序列中的差距)。请参阅seqdef选项处理缺失值,当创建序列对象。


参数:prop
logical: if TRUE, proportions of time spent in each state are returned instead of absolute values. This option is specially useful when sequences contain missing states, since the sum of the state durations may not be the same for all sequences.
逻辑:如果TRUE,在每个状态花费的时间比例返回,而不是绝对值。此选项是特别有用的,当序列包含丢失状态时的状态的持续时间的总和,由于未必是相同的所有序列。


参考文献----------References----------



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


data(actcal)
actcal.seq <- seqdef(actcal,13:24)
seqistatd(actcal.seq[1:10,])

## Example using "with.missing" argument[#示例使用“with.missing”的说法的]
data(ex1)
ex1.seq <- seqdef(ex1, 1:13, weights=ex1$weights)

seqistatd(ex1.seq)
seqistatd(ex1.seq, with.missing=TRUE)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 03:47 , Processed in 0.022402 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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