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

R语言 scout包 scout-package()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 23:00:20 | 显示全部楼层 |阅读模式
scout-package(scout)
scout-package()所属R语言包:scout

                                         Implements covariance-regularized regression, aka the Scout Method.
                                         实现协方差正规化回归,又名童军训练方法。

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

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

Functions for implementing covariance-regularize regression.
实施协方差规范回归的功能。


Details

详细信息----------Details----------

</table>
</ TABLE>

The main function is "scout", which takes in a data matrix x and an outcome vector y and estimates regression coefficients for Scout(2,1) for a range of tuning parameter values. Alternatively one can specify other tuning parameter values  and one can also perform Scout(1,1), Scout(2,.), or Scout(1,.). Cross-validation and prediction functions also are available.
其主要功能是“侦察兵”,这需要在数据矩阵X和结果向量y和童军(2,1)的范围内的整定参数值估计回归系数。另一种方法是,可以指定其他的整定参数值,也可以执行童军,童军(2),(1,1)或Scout(1)。交叉验证和预测功能,也可提供。


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



Daniela Witten and Robert Tibshirani


Maintainer: Daniela Witten &lt;dwitten@stanford.edu&gt;




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

Witten and Tibshirani (2008) Covariance-regularized regression and classification for high-dimensional problems. Journal of the Royal Statistical Society, Series B 71(3): 615-636.

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

<http://www-stat.stanford.edu/~dwitten>
<http://www-stat.stanford.edu/~dwitten>


实例----------Examples----------


data(diabetes)
attach(diabetes)
cv.out <- cv.scout(x2,y,p1=1,p2=1)
print(cv.out)
out <- scout(x2,y,p1=1,p2=1,lam1=cv.out$bestlam1,lam2=cv.out$bestlam2)
coef <- out$coef[1,1,]
detach(diabetes)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 20:33 , Processed in 0.022505 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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