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

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

[复制链接]
发表于 2012-9-30 01:56:38 | 显示全部楼层 |阅读模式
combineData(shotGroups)
combineData()所属R语言包:shotGroups

                                        Combine list of data frames into one
                                         结合到一个数据框的列表

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

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

Combines a list of data frames (the result from using readDataOT1, readDataOT2, or readDataMisc) into one big data frame.
将一个数据框的列表(由于使用readDataOT1,readDataOT2或readDataMisc)成一个大的数据框。


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


combineData(DFs)



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

参数:DFs
a list of data frames with a shared set of variables.
的数据框与一组共享的变量的列表。


Details

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

Assumes that the data frames in the list have a non-empty set of shared variables. Among these variables, there must be a factor Group. To be useful for functions analyzeGroup or compareGroups, the data frames also need variables Distance, Aim.X, Aim.Y defining point of aim, Point.X, and Point.Y defining the bullet holes.
假设在列表中的数据框有一个非空的组共享变量。在这些变量中,必须有一个因子Group。是有用的功能analyzeGroup或compareGroups,数据框还需要使用变量Distance,Aim.X,Aim.Y定义的瞄准点,Point.X和Point.Y定义的弹孔。


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

A data frame with the shared set of variables. In addition, it also contains factors identifying the original file (Origin), and a single consecutive numbering of all groups from different data frames (Series).
一个数据框与共享的变量集。此外,它也包含因素,确定原始文件(Origin),以及不同的数据框(Series)的所有组从一个单一的连续编号。


参数:...
the shared set of variables from the the data frames in the list.
从列表中的数据框的组共享的变量。


参数:Group
a factor that is the original Group variable as defined by OnTarget PC/TDS.
一个因素是原始的Group变量所定义由ONTARGET PC / TDS。


参数:Origin
a factor that codes from which original file the data is.
的一个因素的代码数据是从该原始文件。


参数:orgSer
a factor that results from droplevels(interaction(Origin, Group)), and codes each separate group across original files. The order of the factor levels is alphabetical.
一个因素,结果droplevels(interaction(Origin, Group)),整个原始文件和代码每一个单独的组。因子水平的顺序是按字母顺序排列的。


参数:Series
a factor that codes each separate group as defined by orgSer, but more conveniently as a number that runs consecutively across original files.
一个因素是代码每个单独组的定义orgSer,但更方便一些跨连续运行的原始文件。


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

readDataMisc, readDataOT1, readDataOT2, analyzeGroup, compareGroups
readDataMisc,readDataOT1,readDataOT2,analyzeGroup,compareGroups


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


## combine list of data frames to one single data frame[#结合到一个单一的数据框的数据框列表]
data(DFlistInch)
DFinch <- combineData(DFlistInch)
str(DFinch)
head(DFinch)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-22 06:31 , Processed in 0.025051 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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