vsn(vsn)
vsn()所属R语言包:vsn
Class to contain result of a vsn fit
一类包含一个VSN合适的结果
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class to contain result of a vsn fit
一类包含一个VSN合适的结果
创建对象----------Creating Objects----------
new("vsn") vsn2(x) with x being an ExpressionSet.
new("vsn")vsn2(x)xExpressionSet。
插槽----------Slots----------
coefficients: A 3D array of size (number of strata) x (number of columns of the data matrix) x 2. It contains the fitted
coefficients:一个三维数组的大小(地层数)×(数据矩阵的列数)×2。它包含的拟合
strata: A factor of length 0 or n. If its length is n, then its levels correspond to different normalization strata
strata:长度为0或n的一个因素。如果它的长度为N,则其级别对应不同的标准化阶层
mu: A numeric vector of length n with the fitted
mu:数字矢量长度为n的拟合
sigsq: A numeric scalar, \hat{σ}^2.
sigsq:数字标,\hat{σ}^2。
hx: A numeric matrix with 0 or n rows. If the number of
hx:0或n行的一个数字矩阵。如果数
lbfgsb: An integer scalar containing the return code
lbfgsb:返回代码包含一个整数的标量
hoffset: Numeric scalar, the overall offset c- see
hoffset:数字标,整体偏移c -
calib: Character of length 1, see manual page of
calib:长度为1的字符,请参阅手册页
方法----------Methods----------
[ Subset
[子集
dim Get dimensions of data matrix.
dim获取数据矩阵的尺寸。
nrow Get number of rows of data matrix.
nrow获取的数据矩阵的行数。
ncol Get number of columns of data matrix.
ncol获取的数据矩阵的列数。
show Print a summary of the object
show打印一个对象的总结
exprs Accessor to slot hx.
exprs插槽hx存取。
coef, coefficients Accessors to slot
coef,coefficients存取到插槽
作者(S)----------Author(s)----------
Wolfgang Huber
参见----------See Also----------
vsn2
vsn2
举例----------Examples----------
data("kidney")
v = vsn2(kidney)
show(v)
dim(v)
v[1:10, ]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|