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

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

[复制链接]
发表于 2012-9-27 23:40:45 | 显示全部楼层 |阅读模式
luthor(rpanel)
luthor()所属R语言包:rpanel

                                        Data for the rp.rmplot example script
                                         数据的rp.rmplot示例脚本

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

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

These data, reported by Raz(1989, Biometrics 54, 851-71) refer to an experiment which compared the concentrations of leutinizing hormone (LH) in 16 suckled and 16 nonsuckled cows. Measurements were made daily from day 1 through to day 4 postpartum, and twice daily from day 5 through to day 10 postpartum.  The cows were ovariectomised on day 5 postpartum.
这些数据,报告由拉兹(1989年,生物特征识别54,851-71)指的实验进行比较的促黄体生成激素(LH)的浓度在16哺乳和16 nonsuckled奶牛。每天测量了从第1天到第4天产后,从5天到10天,产后,每天两次。第5天,产后奶牛卵巢切除。

The first column of the dataset defines the group (1 - non-suckled, 2 - suckled) while the remaining columns give the LH values at the successive recording times.
的第一列中的数据集定义的基团(1  - 非哺乳哺乳,2  - ),而其余的列给出了LH值在连续的记录时间。

The data are used in the rp.rmplot example script.
这些数据用于在rp.rmplot示例脚本。


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

rpanel: Simple interactive controls for R functions using the tcltk package. Journal of Statistical Software, 17, issue 9.

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


if (interactive()) {
   data(luthor)
   LH <- luthor[,2:16]
   gp     <- factor(luthor[,1])
   times  <- c(1:5,(5+(1:10)/2))
   rp.rmplot(log(LH), fac = gp, timept = times)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 02:03 , Processed in 0.029648 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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