找回密码
 注册
查看: 519|回复: 0

R语言 plw包 varHistPlot()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 11:16:27 | 显示全部楼层 |阅读模式
varHistPlot(plw)
varHistPlot()所属R语言包:plw

                                        Variance histogram and density
                                         方差直方图和密度

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Will produce a histogram of observed variance estimators (logged) together with the fitted density.
会产生观测到的方差估计(登录)一起装密度直方图。


用法----------Usage----------


varHistPlot(model,main="Histogram variance estimators",
           histCol=8,densityCol=2,drawLegend=TRUE)



参数----------Arguments----------

参数:model
On object obtained from the function plw or lmw.
功能的PLW或LMW从获得的对象。


参数:main
Main title of plot.
主称号图。


参数:histCol
Color for histogram bars.
颜色直方图条形。


参数:densityCol
Color for density function.
颜色密度函数。


参数:drawLegend
To draw a legend or not.
要绘制一个传说,或不。


作者(S)----------Author(s)----------


Magnus <i>A</i>strand



参见----------See Also----------

plw, lmw
PLW,LMW


举例----------Examples----------



# ------------------------------------------[------------------------------------------]
# Example using the result of the analysis of[例如,使用的分析结果]
# the 6 arrays in the AffySpikeU95Subset data set[6阵列在AffySpikeU95Subset数据集]

# Loading the data[加载数据]
data(AffySpikeU95Subset)

# Defining design and contrast matrix[定义设计和对比矩阵]
group<-factor(rep(1:2,each=3))
design<-model.matrix(~group-1)
contrast<-matrix(c(1,-1),1,2)

# Analyzing using plw[分析使用PLW]
model1<-plw(AffySpikeU95Subset,design=design,contrast=contrast,
            epsilon=0.01)

## Look at fitted vs observed density for log(s2)[#看看装与观测密度log(S2)]
varHistPlot(model1)


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-1 06:50 , Processed in 0.026428 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表