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

R语言 maSigPro包 reg.coeffs()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 00:24:48 | 显示全部楼层 |阅读模式
reg.coeffs(maSigPro)
reg.coeffs()所属R语言包:maSigPro

                                         Calculate true variables regression coefficients
                                         计算真实变量的回归系数

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

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

reg.coeffs calculates back regression coefficients for true variables (experimental groups) from dummy variables regression coefficients.
reg.coeffs计算从虚拟变量的回归系数(实验组)的真实变量的回归系数。


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


reg.coeffs(coefficients, indepen = groups.vector[nchar(groups.vector)==min(nchar(groups.vector))][1], groups.vector,
    group)



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

参数:coefficients
vector of regression coefficients obtained from a regression model with dummy variables  
获得虚拟变量回归模型与回归系数向量


参数:indepen
idependent variable of the regression formula
idependent变量的回归公式


参数:groups.vector
vector indicating the true variable of each variable in coefficients   
向量表示每个变量的真实变量coefficients


参数:group
true variable for which regression coefficients are to be computed  
真正的变量的回归系数计算


Details

详情----------Details----------

regression coefficients in coefficients vector should be ordered by polynomial degree in a regression formula, ie: intercept, $x$ term, $x^2$ term, $x^3$ term, and so on...
系数向量回归系数多项式回归公式,即:应当责令拦截,$ X $来看,$ X ^ 2 $来说,$ X ^ 3美元术语,等等......


值----------Value----------


参数:reg.coeff
vector of calculated regression coefficients
计算回归系数向量


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


Ana Conesa, aconesa@ivia.es; Maria Jose Nueda, mj.nueda@ua.es



参考文献----------References----------

maSigPro: a Method to Identify Significant Differential Expression Profiles in Time-Course Microarray Experiments.

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


groups.vector <-c("CT", "T1vsCT", "T2vsCT", "CT", "T1vsCT","T2vsCT", "CT", "T1vsCT", "T2vsCT")
coefficients <- c(0.1, 1.2, -0.8, 1.7, 3.3, 0.4, 0.0, 2.1, -0.9)
## calculate true regression coefficients for variable "T1"[#计算真正的回归系数为变量的“T1”]
reg.coeffs(coefficients, groups.vector = groups.vector, group = "T1")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-4 03:41 , Processed in 0.019737 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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