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

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

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

                                        State frequencies in the all sequence data set
                                         国家在所有序列数据的频率设定

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

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

Frequency of each state of the alphabet in the all sequence data set.
每个国家的字母表中的所有序列数据集的频率。


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


seqstatf(seqdata, weighted = TRUE)



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

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


参数:weighted
Logical. Should frequencies account for weights when present in the state sequence object (see seqdef). Default is TRUE.  If no weights were assigned during the creation of the sequence object, weighted=TRUE will yield the same result as weighted=FALSE since each sequence is allowed a weight of 1.
逻辑。频率占的权重时的状态序列对象(见seqdef)。默认是TRUE。如果没有权重分配的序列对象的创建过程中,weighted=TRUE会产生相同的结果weighted=FALSE因为每个顺序是允许的权重为1。


Details

详细信息----------Details----------

The seqstatf function computes the (weighted) count and frequency of each state of the alphabet in seqdata, i.e the (weighted) sum of the occurrences of a state in seqdata.
seqstatf函数计算(加权)的数量和频率,每个州的seqdata的字母,即(加权)总和的状态出现在seqdata。


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

A data.frame with as many rows as states in the alphabet and two columns, one for the count (Freq) and one for the percentage frequencies (Percent).
数据框与尽可能多的国家在字母表中的行和两列,一列数(频率)的百分比频率(百分比)。


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

seqstatd for the state distribution by time point (position), seqistatd for the state distribution within each sequence.
seqstatd国家分配的时间点(位置),seqistatd的状态分布在每个序列。


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


## Creating a sequence object from the actcal 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)

## States frequencies[#国的频率]
seqstatf(actcal.seq)

## Example with weights[#示例重量]
data(ex1)
ex1.seq <- seqdef(ex1, 1:13, weights=ex1$weights)

## Unweighted[#未加权]
seqstatf(ex1.seq, weighted=FALSE)

## Weighted[#加权]
seqstatf(ex1.seq, weighted=TRUE)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 02:43 , Processed in 0.019296 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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