SampleSize-class(SSPA)
SampleSize-class()所属R语言包:SSPA
Class SampleSize
类中的采样
译者:生物统计家园网 机器人LoveR
描述----------Description----------
By contructing an object of SampleSize the power and sample size analysis will be performed.
由contructingSampleSize电源和样本大小分析将执行的对象。
类的对象----------Objects from the Class----------
Objects can be created by calling the function sampleSize.
创建对象可以通过调用函数sampleSize。
插槽----------Slots----------
pi0: proportion of non-differentially expressed genes, "named-list"
pi0:非差异表达基因的比例,"named-list"
lambda: vector containing the estimated density of effect sizes, "numeric"
lambda:向量密度估计的影响大小,"numeric"
theta: vector containing the range over which the density of effect sizes is estimated, "numeric"
theta:向量密度的影响大小估计的范围,"numeric"
adjust: is the density of effect sizes adjusted (adjust=TRUE) or not (adjust=FALSE), "logical"
adjust:密度是影响大小调整(adjust=TRUE)或不(adjust=FALSE)"logical"
method: method used for the estimation of the density of effect sizes, "character"
method:用于密度的影响大小的估计方法,"character"
bandwidth: Default bandwidth given by log_{10}(n)^{-\frac{1}{2}} where n is the number of genes.
bandwidth:默认带宽log_{10}(n)^{-\frac{1}{2}}其中n是基因的数量。
kernel: kernel used for the deconvolution estimator, "character"
kernel:内核的卷积估计,"character"
nKnots: number of knots used for the B-splines (only visible if method="Ruppert")
nKnots:B样条使用节数(只可见,如果method="Ruppert")
bDegree: B-spline degree(only visible if method="Ruppert")
bDegree:B样条学位(只可见,如果method="Ruppert")
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"
延伸----------Extends----------
Class PilotData, directly.
类PilotData,直接。
方法----------Methods----------
show,SampleSize-method, Power and plotEffectSize
show,SampleSize-method,Power和plotEffectSize
作者(S)----------Author(s)----------
Maarten van Iterson
参见----------See Also----------
pilotData, PilotData
pilotData,PilotData
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|