maLoess(marray)
maLoess()所属R语言包:marray
Stratified univariate robust local regression
分层单因素稳健的局部回归
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function performs robust local regression of a variable y on predictor variable x, separately within values of a third variable z. It is used by maNormLoess for intensity dependent location normalization.
执行此功能强大的变量预测变量yx分别在第三个变量z值,局部回归。它是用来maNormLoess强度依赖位置标准化。
用法----------Usage----------
maLoess(x, y, z, w=NULL, subset=TRUE, span=0.4, ...)
参数----------Arguments----------
参数:x
A numeric vector of predictor variables.
一个预测变量的数字向量。
参数:y
A numeric vector of responses.
数字向量的答复。
参数:z
Variables used to stratify the data.
变量使用分层数据。
参数:w
An optional numeric vector of weights.
一个可选的数字向量的重量。
参数:subset
A "logical" or "numeric" vector indicating the subset of points used to compute the fits.
“逻辑”或“数字”表示用来计算适合的点的子集的向量。
参数:span
The argument span which controls the degree of smoothing in the loess function.
参数span控制loess函数的平滑度。
参数:...
Misc arguments.
其他参数。
Details
详情----------Details----------
y is regressed on x, separately within values of z using the loess function.
yx,分别回归z使用loess函数值之内。
值----------Value----------
A numeric vector of fitted values.
的拟合值的数字向量。
作者(S)----------Author(s)----------
Sandrine Dudoit, <a href="http://www.stat.berkeley.edu/~sandrine">http://www.stat.berkeley.edu/~sandrine</a>.
参考文献----------References----------
参见----------See Also----------
maNormMain, maNormLoess, loess.
maNormMain,maNormLoess,loess。
举例----------Examples----------
# See examples for maNormMain.[请参阅maNormMain例子。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|