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

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

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

                                        Data from a weight-lifting program
                                         数据从一个举重方案

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

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

The Weights data frame has 399 rows and 5 columns.
Weights数据框有399行5列。


格式----------Format----------

This data frame contains the following columns:   
该数据框包含以下几列:

strength a numeric vector  
实力的数字矢量

Subject a factor with levels 1 to 21  
主题与水平的一个因素1到21的

Program a factor with levels CONT (continuous repetitions and weights), RI (repetitions increasing) and WI (weights increasing)  
项目与水平的一个因素CONT(连续重复和权重),RI(重复增加)和WI(重量增加)

Subj an ordered factor indicating the subject on which the measurement is made  
主旨的有序因子表示由测量其上的主体

Time a numeric vector indicating the time of the measurement   
时间指示的时间的测量的一个数值向量


源----------Source----------

Littel, R. C., Milliken, G. A., Stroup, W. W., and Wolfinger, R. D. (1996), SAS System for Mixed Models, SAS Institute (Data Set 3.2(a)).
LITTEL,RC,美利肯,GA,斯特普,WW,Wolfinger,RD(1996年),SAS系统的混合模型,SAS研究所(数据集3.2(A))。


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


str(Weights)
if (require("lme4", quietly = TRUE, character = TRUE)) {
  options(contrasts = c(unordered = "contr.SAS", ordered = "contr.poly"))
  ## compare with output 3.1, p. 91[#与输出3.1,对比较。 91]
  print(fm1Weight <- lmer(strength ~ Program * Time + (1|Subj), Weights))
  print(anova(fm1Weight))
  print(fm2Weight <- lmer(strength ~ Program * Time + (Time|Subj), Weights))
  print(anova(fm1Weight, fm2Weight))
## Not run: [#不运行:]
intervals(fm2Weight)
fm3Weight <- update(fm2Weight, correlation = corAR1())
anova(fm2Weight, fm3Weight)
fm4Weight <- update(fm3Weight, strength ~ Program * (Time + I(Time^2)),
                    random = ~Time|Subj)
summary(fm4Weight)
anova(fm4Weight)
intervals(fm4Weight)

## End(Not run)[#(不执行)]
}

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 13:49 , Processed in 0.022503 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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