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

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

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

                                        Mean durations in each state
                                         在每个州的平均持续时间

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

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

Compute the mean durations spent in each state of the alphabet for the set of sequences given as input.
计算花费在字母表中的每一个状态的集合作为输入给出的序列的平均持续时间。


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


seqmeant(seqdata, weighted=TRUE, with.missing=FALSE, prop=FALSE)



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

参数:seqdata
a sequence object as defined by the seqdef function.
一个序列对象的定义的seqdef功能。


参数:weighted
logical: if TRUE, the weights (weights attribute) attached to the sequence object are used for computing weighted mean durations.
逻辑:如果TRUE,的权重(权重属性)附加到序列对象的用于计算加权平均持续时间。


参数:with.missing
logical: if set to TRUE, cumulated 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 especially useful when sequences contain missing states, since the sum of the state durations may not be the same for all sequences.
逻辑:如果TRUE,在每个状态花费的时间比例返回,而不是绝对值。此选项时特别有用序列包含失踪状态,因为状态持续时间的总和可能是不一样的,对于所有的序列。


值----------Value----------

An object of class stslist.meant. There are print and plot methods for such objects.
对象的类stslist.meant。有print和plot这些对象的方法。


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



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

plot.stslist.meant for basic plots of stslist.meant objects and seqplot with type="mt" argument for more sophisticated plots of the mean durations allowing grouping and legend.
plot.stslist.meant为基本图stslist.meant对象和seqplottype="mt"参数更复杂的图的平均持续时间允许分组和传说。


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


## Defining a sequence object with columns 13 to 24[#定义一个序列对象列13至24]
## in the actcal example data set[#中的actcal的示例数据集]
data(actcal)
actcal.lab <- c("> 37 hours", "19-36 hours", "1-18 hours", "no work")
actcal.seq <- seqdef(actcal,13:24,labels=actcal.lab)

## Computing the mean durations[#计算的平均持续时间]
seqmeant(actcal.seq)

## Example with weights[#示例重量]



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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 03:29 , Processed in 0.020173 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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