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

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

[复制链接]
发表于 2012-10-1 14:08:24 | 显示全部楼层 |阅读模式
do(UsingR)
do()所属R语言包:UsingR

                                        Function for repeating commands.
                                         功能重复的命令。

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

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

A function to facilitate performing of simulations
一个功能,方便进行模拟


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


do(.n)



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

参数:.n
A positive integer
一个正整数,


Details

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

This function facilitates simulations. It is called in two steps. The first sets up a function which will to .n simulations. This function is then called with a block of commands and returns the simulation.
此功能便于模拟。这就是所谓的在两个步骤中。的设立一个函数,它将.n模拟。然后,调用此功能块命令并返回模拟。


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

Returns a function which will repeat a block of commands for purposes of simulation.
返回一个函数,它将重复命令的目的仿真方框图。


注意----------Note----------

do is due to Daniel Kaplan.
do是由于丹尼尔·卡普兰。


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


Daniel Kaplan



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

replicate
replicate


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


aFew <- do(5)
aLot <- do(100)
## simple call[#简单的调用]
aFew(mean(rnorm(100)))
## t-statistic simulation[#t-统计量模拟]
aFew({x <- rexp(10); t.test(x)$stat})
## view correlation of regression coefficients. Returns a data.frame[#查看回归系数的相关性。返回一个数据框]
x <- 1:10
res <- aLot({y <- rnorm(1+2*x); coef(lm(y~x))})
plot(res)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 22:42 , Processed in 0.027076 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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