LS main(coRNAi)
LS main()所属R语言包:coRNAi
main effect estimation
主效应估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
for rlmmain the main effects are estimated using rlm function from MASS package, with lmmain the OLS is used.
为rlmmain主要影响使用质量包RLM功能与lmmain,使用的OLS估计。
用法----------Usage----------
rlmmain(df,per=NULL)
lmmain(df,per=NULL)
参数----------Arguments----------
参数:df
df dataframe created by function cellHTS2df
dfdataframe按功能cellHTS2df创建
参数:per
string argument for which factor the analysis should be done separately, eg. replicate or batch
应单独进行因素分析的字符串参数,如。复制或批处理
值----------Value----------
lm,rlm
LM,RLM
作者(S)----------Author(s)----------
Elin Axelsson
参见----------See Also----------
rlm,lm
rlm,lm
举例----------Examples----------
data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
df = weightDf(df,exclude=c("controlP1","controlP2","controlN1","controlN2","controlP1N1","double"))
mains = rlmmain(df)
hist(coef(mains))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|