由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS-GLM random effects questions
相关主题
弱问到底什么是fixed/random effect model?火烧那什么了。。。。急问GLMM
Random and repeated in mixed model[合集] 问一个SAS做randomization assignment 的问题
[Help] SAS Proc mixed请教如何用SAS处理这个RANDOM SAMPLING的问题
mixed effects model 请教Google 面经
mixed linear model 里面fixed effect 和 random effectSAS下载安装完全教程
谁能说说如何区分fixed effect, random effectsRe: 请问SAS如何学起?
R lme random effect output, waiting online for response[合集] SAS manual太厚了,大家怎么学的,欢迎探讨!!!
外行请教:这个问题有没有答案?求教:SAS怎样实现限制必须经过某个点的GLM
相关话题的讨论汇总
话题: random话题: glm话题: dm话题: d1话题: effects
进入Statistics版参与讨论
1 (共1页)
s******5
发帖数: 513
1
the model is
y=mu + beta + g + e
where y is a vector with n individuals
beta is a fixed effect
g=(g1,,,,gm) is random effects
e is the random error
question 1:
we assume var(e)=R*square(sigma_e), where R is an known matrix. How to
incorporate this R matrix in the glm code?
question 2:
g=(g1,,,,gm) is random effects;we assume var(g)=D*square(sigma_g), D is a
known n*m matrix.
Is it to split the matrix D by columns as (d1,....,dm), and take individual
column as a random effect independently? Like:
proc glm data=;
class d1 ... dm;
model y= beta d1 d2 ... dm;
random d1 ... dm;
thank you very much!!
s********1
发帖数: 54
2
try "statement random"

【在 s******5 的大作中提到】
: the model is
: y=mu + beta + g + e
: where y is a vector with n individuals
: beta is a fixed effect
: g=(g1,,,,gm) is random effects
: e is the random error
: question 1:
: we assume var(e)=R*square(sigma_e), where R is an known matrix. How to
: incorporate this R matrix in the glm code?
: question 2:

1 (共1页)
进入Statistics版参与讨论
相关主题
求教:SAS怎样实现限制必须经过某个点的GLMmixed linear model 里面fixed effect 和 random effect
菜鸟提问:用SAS做回归,Reg和GLM最主要的区别是什么?谁能说说如何区分fixed effect, random effects
How to generate efficacy report for clinical trialR lme random effect output, waiting online for response
[合集] SAS大牛, HELP--About PROC GLM and Tukey, lines外行请教:这个问题有没有答案?
弱问到底什么是fixed/random effect model?火烧那什么了。。。。急问GLMM
Random and repeated in mixed model[合集] 问一个SAS做randomization assignment 的问题
[Help] SAS Proc mixed请教如何用SAS处理这个RANDOM SAMPLING的问题
mixed effects model 请教Google 面经
相关话题的讨论汇总
话题: random话题: glm话题: dm话题: d1话题: effects