robustscale(pickgene)
robustscale()所属R语言包:pickgene
Robust Estimation of Median (center) and MAD (scale)
稳健估计的中位数(中心)和MAD(规模)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Smoothing spline estimate of median and mean absolute deviation (MAD).
光滑样条估计的中位数和平均绝对偏差(MAD)的。
用法----------Usage----------
robustscale(y, x, nslice=400, corcenter=TRUE, decrease=TRUE)
参数----------Arguments----------
参数:y
response
响应
参数:x
predictor
预测
参数:nslice
number of slices (should be "large")
片数量(应该是“大”)
参数:corcenter
correct for center
更正为中心
参数:decrease
force MAD to decrease with x
强制MAD减少以x
Details
详情----------Details----------
This divides data into roughly many nslice slices and computes median and mean absolute deviation (mad) for each slice. These are then smoothed using smooth.spline.
这大致许多nslice片分为数据和计算中位数和平均绝对偏差为每片(mad)。然后这些平滑使用smooth.spline。
值----------Value----------
Data frame containing significant genes with the following information:
数据框包含以下信息的重要基因:
参数:center
estimate of center median
中心的中位数的估计
参数:scale
MAD estimate of scale
疯狂的规模估计
参数:x
ordered x values for plotting
责令x值的图
参数:y
y sorted by x
yx排序的
作者(S)----------Author(s)----------
Yi Lin
参见----------See Also----------
mad, smooth.spline
mad,smooth.spline
举例----------Examples----------
## Not run: [#无法运行:]
robustscale(y,x)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|