R语言
random.effects
位于 nlme
包(package)。 说明
这个函数是通用的;可以编写方法函数来处理特定类的对象。已经具有此函数的方法的类包括 lmList
和 lme
。
用法
random.effects(object, ...)
ranef(object, ...)
参数
object |
可以从中提取随机效应估计的任何拟合模型对象。 |
... |
此通用函数的某些方法需要额外的参数。 |
值
将取决于所使用的方法函数;请参阅相应的文档。
例子
## see the method function documentation
参考
Pinheiro, J.C., and Bates, D.M. (2000) "Mixed-Effects Models in S and S-PLUS", Springer, esp. pp. 100, 461.
也可以看看
相关用法
- R ranef.lmList 提取 lmList 随机效应
- R ranef.lme 提取 lme 随机效应
- R recalc 重新计算压缩线性模型对象
- R recalc.modelStruct 重新计算 modelStruct 对象
- R recalc.corStruct 重新计算 corStruct 对象
- R residuals.lme 提取lme残差
- R reStruct 随机效应结构
- R residuals.lmList 提取 lmList 残差
- R residuals.gls 提取 gls 残差
- R residuals.nlmeStruct 计算 nlmeStruct 残差
- R residuals.gnlsStruct 计算 gnlsStruct 残差
- R residuals.glsStruct 计算 glsStruct 残差
- R recalc.varFunc 重新计算 varFunc 对象
- R residuals.lmeStruct 计算 lmeStruct 残差
- R recalc.reStruct 重新计算 reStruct 对象
- R Pixel X 射线像素强度随时间的变化
- R corARMA ARMA(p,q) 相关结构
- R getGroupsFormula 提取分组公式
- R corRatio 有理二次相关结构
- R logLik.glsStruct glsStruct 对象的对数似然
- R intervals.lmList lmList 系数的置信区间
- R corLin 线性相关结构
- R plot.augPred 绘制 augPred 对象
- R print.varFunc 打印 varFunc 对象
- R Variogram.corSpher 计算 corSpher 对象的半变异函数
注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Extract Random Effects。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。