作者Greattit (Great tit)
看板Statistics
标题[问题] 求算model中的SE
时间Tue Aug 5 08:04:46 2008
想请问在用R进行linear mixed effects models时,
我的模式中包含2的类别变数,其一者为3个group, 另一者为2个group
两者间具有显着的交互作用,
因为我希望可以作图,所以需要求出各组的平均值与标准误(SE)
平均值我是以0, 1代入模式中的x1, x2求得
但我却不知到如何求出各组的标准误(3*2组)
想请教各位大大...先谢谢回答了 <(_ _)>
例如:
Fixed effects: y ~ as.factor(x1) * as.factor(x2)
Value Std.Error DF t-value p-value
(Intercept) 0.02516914 0.01863787 304 1.350430 0.1779
as.factor(x1)1 -0.03142640 0.02618842 304 -1.200011 0.2311
as.factor(x1)2 -0.03182703 0.02169644 304 -1.466924 0.1434
as.factor(x2)1 -0.06134445 0.02635793 304 -2.327362 0.0206
as.factor(x1)1:as.factor(x2)1 0.11297316 0.03703602 304 3.050359 0.0025
as.factor(x1)2:as.factor(x2)1 0.06431239 0.03068339 304 2.096000 0.0369
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 210.241.53.251
1F:→ clickhere:R uses based line constrain which is different than 08/07 01:19
2F:→ clickhere:SAS. The intercept is x1=0, x2=0. 08/07 01:20
3F:→ clickhere:Apply Delta Method to get S.E. for each group. 08/07 01:20