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

R语言:ranef.lmList()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 19:23:51 | 显示全部楼层 |阅读模式
ranef.lmList(nlme)
ranef.lmList()所属R语言包:nlme

                                        Extract lmList Random Effects
                                         提取lmList随机效应

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

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

The difference between the individual lm components coefficients and their average is calculated.
个人lm组件系数和他们的平均之间的差额计算。


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


## S3 method for class 'lmList'
ranef(object, augFrame, data, which, FUN, standard,
                 omitGroupingFactor, ...)



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

参数:object
an object inheriting from class lmList, representing a list of lm objects with a common model.  
从类继承的对象lmList,lm对象代表一个共同的模式列表。


参数:augFrame
an optional logical value. If TRUE, the returned data frame is augmented with variables defined in data; else, if FALSE, only the coefficients are returned. Defaults to FALSE.
一个可选的逻辑值。如果TRUE的,返回的数据框的增强与定义的变量在data;否则,如果FALSE,只有系数返回。 FALSE默认。


参数:data
an optional data frame with the variables to be used for augmenting the returned data frame when augFrame =      TRUE. Defaults to the data frame used to fit object.
一个可选的数据框的变量将用于充实返回的数据框时augFrame =      TRUE。默认为数据框,使用适合object。


参数:which
an optional positive integer vector specifying which columns of data should be used in the augmentation of the returned data frame. Defaults to all columns in data.
一个可选的正整数向量,指明列data应在返回的数据框的增强。 data所有列的默认值。


参数:FUN
an optional summary function or a list of summary functions to be applied to group-varying variables, when collapsing data by groups.  Group-invariant variables are always summarized by the unique value that they assume within that group. If FUN is a single function it will be applied to each non-invariant variable by group to produce the summary for that variable.  If FUN is a list of functions, the names in the list should designate classes of variables in the frame such as ordered, factor, or numeric.  The indicated function will be applied to any group-varying variables of that class.  The default functions to be used are mean for numeric factors, and Mode for both factor and ordered.  The Mode function, defined internally in gsummary, returns the modal or most popular value of the variable.  It is different from the mode function that returns the S-language mode of the variable.
一个可选的汇总函数或汇总函数的列表被应用到不同组的变量,当崩溃data团体。集团不变的变量总是总结了独特的价值,他们在该组承担。 FUN如果是一个单一的功能,将应用于组每个非不变的变量,该变量为生产总结。如果FUN是一个功能列表,列表中的名称应指定类的变量,如ordered,factor或numeric帧。指定的函数将被应用到这个类的任何组不同的变量。要使用的默认功能是mean数字因素,Mode都factor和ordered。 Mode函数内部定义在gsummary,返回变量的模式或最流行的价值。它mode函数返回变量的S-语言模式是不同的。


参数:standard
an optional logical value indicating whether the estimated random effects should be "standardized" (i.e. divided by the corresponding estimated standard error). Defaults to FALSE.  
一个可选的逻辑值,指明估计随机效应是否应该“标准化”(即除以相应的估计标准误差)。 FALSE默认。


参数:omitGroupingFactor
an optional logical value.  When TRUE the grouping factor itself will be omitted from the group-wise summary of data but the levels of the grouping factor will continue to be used as the row names for the returned data frame. Defaults to FALSE.
一个可选的逻辑值。当TRUE分组因素本身将被省略组明智总结data但分组因素的水平,将继续使用返回的数据框的行名。 FALSE默认。


参数:...
some methods for this generic require additional arguments.  None are used in this method.  
这个通用的一些方法需要额外的参数。没有使用这种方法。


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

a vector with the differences between the individual lm coefficients in object and their average.
个人lmobject和他们的平均系数之间的差异与向量。


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


Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>



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

in S and S-PLUS&quot;, Springer, esp. pp. 100, 461.  

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

fixed.effects.lmList,  lmList,  random.effects
fixed.effects.lmList,lmList,random.effects


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


fm1 <- lmList(distance ~ age | Subject, Orthodont)
ranef(fm1)
random.effects(fm1)              # same as above[与上述相同]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 13:59 , Processed in 0.023408 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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