PilotData-class(SSPA)
PilotData-class()所属R语言包:SSPA
Class PilotData
类PilotData
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The "PilotData" class is a container class. It contains all necessary information of the pilot data for performing the power and sample size analysis.
"PilotData"类是一个容器类。它包含了所有必要的信息执行的权力和样本大小分析试验数据。
类的对象----------Objects from the Class----------
Objects can be created by calling the function pilotData.
创建对象可以通过调用函数pilotData。
插槽----------Slots----------
name: name of the pilot data, type "character"
name:试验数据的名称,类型"character"
testStatistics: vector of test statistics, type "numeric"
testStatistics:测试统计的向量,类型"numeric"
sampleSize: effective sample size (\frac{1}{n_A}+\frac{1}{n_B})^{-1} with n_A the sample size in group A, type "numeric"
sampleSize:有效样本(\frac{1}{n_A}+\frac{1}{n_B})^{-1}用n_A组的样本大小,类型"numeric"的
pValues: vector of p-values, type "numeric"
pValues:P-值的向量,类型"numeric"
dof: degrees of freedom only used for Student t distribution, type "numeric"
dof:自由度仅用于学生t分布,类型"numeric"
nullDist: null distribution either normal or Student t, type "character"
nullDist:空分布正常或学生t,类型"character"
方法----------Methods----------
show,PilotData-method, hist and plot
show,PilotData-method,hist和plot
作者(S)----------Author(s)----------
Maarten van Iterson
参见----------See Also----------
pilotData,
pilotData
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|