selectdesign(SCRT)
selectdesign()所属R语言包:SCRT
Selection on one assignment possibility
选择一个分配的可能性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
One assignment possibility is randomly selected from all theoretical possibilities.
从理论上的可能性是随机选择的一个赋值的可能性。
用法----------Usage----------
selectdesign(design, MT, limit, starts = file.choose(new = FALSE))
参数----------Arguments----------
参数:design
Type of single-case design: "AB", "ABA", "ABAB", "CRD" (completely randomized design), "RBD" (randomized block design), "ATD" (alternating treatments design), or "MBD" (multiple-baseline AB design).
单例设计:"AB","ABA","ABAB","CRD"(完全随机设计),"RBD"(随机区组设计的类型),<X >(交替处理设计),或"ATD"(多基线AB设计)。
参数:MT
Measurement times: number of observations.
测量时间:若干意见。
参数:limit
For phase designs: minimum number of observations per phase. For alternating treatments designs: maximum number of consecutive administrations of the same condition.
相设计:最低每相的观察。交替处理设计的最大数量相同的条件下连续主管部门。
参数:starts
Only for multiple baseline designs: location of the file where the possible start points can be found. Default: a window pops up in which the file can be selected.
仅适用于多基线设计文件的位置可能开始点都可以找到。默认值:弹出一个窗口,在其中可以选择的文件。
Details
详细信息----------Details----------
When using the default starts argument, only the design argument is required for multiple baseline designs. In this default version a window pops up in which is asked in what file the possible start points can be found. In this startpoint file, each row should contain all possibilities for one unit, separated by a tab. The rows and columns should not be labeled.
当使用默认的starts的说法,只有design参数是必需的多基线设计。在此默认版本会弹出一个窗口问这是什么文件可以发现可能的起点。在这个起始点文件中,每一行应包含所有的可能性为一个单位,由制表符分隔的。不应被标记的行和列。
For multiple baseline designs, a possible combination of start points for each unit is returned. For all other designs, a possible sequence of conditions is returned (e.g., "A" "A" "A" "A" "B" "B" "B").
对于多个基准的设计,每个单元的开始点的一个可能的组合被返回。对于所有其他设计,一个可能的序列,则返回的条件(例如,“A”“A”“A”“A”“B”“B”,“B”)。
参考文献----------References----------
参见----------See Also----------
quantity to calculate the number of assignment possibilities.
quantity的数量来计算分配的可能性。
assignments to enumerate all assignment possibilities.
assignments来枚举所有分配的可能性。
实例----------Examples----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|