由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - R lme random effect output, waiting online for response
相关主题
请教有关linear mix model fitting using lme4 R package, lme弱问到底什么是fixed/random effect model?
【请教】Stata中random effects的standard error外行请教:这个问题有没有答案?
mixed model 问题,请各位帮忙。[合集] 一个关于random-effects model的问题
求教linear mixed model R2 的问题问个 sas 也许很简单的问题
问一个anova里关于model identifiability的问题mixed model DF 问题
lme with no fixed effects问个 proc mixed output 的问题
mixed linear model 里面fixed effect 和 random effectRandom and repeated in mixed model
谁能说说如何区分fixed effect, random effects[Help] SAS Proc mixed
相关话题的讨论汇总
话题: in%话题: stddev话题: random话题: lme话题: formula
进入Statistics版参与讨论
1 (共1页)
q**t
发帖数: 36
1
Hi All,
I am using lme in R to estimate standard error the random effect.
The output of the StdDev of lme is the SE of the random effects?
lme(y~1, random = ~1| s/p/k )
Random effects:
Formula: ~1 | s
(Intercept)
StdDev: 0.02100801
Formula: ~1 | p %in% s
(Intercept)
StdDev: 0.001980935
Formula: ~1 | k %in% p %in% s
(Intercept) Residual
StdDev: 0.01581869 0.006076241
Number of Observations: 240
Number of Groups:
s
5
p %in% s
10
k %in% p %in% s
240
or I have to find the degree freedom of each groups stdDev/df , where df=(5-
1)/(10-1)?(240-1)?
Waiting online for response, Thanks very much!!!
c***z
发帖数: 6348
2
不懂帮顶
a******r
发帖数: 706
3
Std.Dev are the estimates of the random effects variance (the \sigma^2's).
You do need to divide them by the corresponding df to make proper inference.
Check any introductory linear model or anova book, you'll find the answer
about how to find the df.
1 (共1页)
进入Statistics版参与讨论
相关主题
[Help] SAS Proc mixed问一个anova里关于model identifiability的问题
GEE and Random effect modellme with no fixed effects
kabam 面经mixed linear model 里面fixed effect 和 random effect
SAS-GLM random effects questions谁能说说如何区分fixed effect, random effects
请教有关linear mix model fitting using lme4 R package, lme弱问到底什么是fixed/random effect model?
【请教】Stata中random effects的standard error外行请教:这个问题有没有答案?
mixed model 问题,请各位帮忙。[合集] 一个关于random-effects model的问题
求教linear mixed model R2 的问题问个 sas 也许很简单的问题
相关话题的讨论汇总
话题: in%话题: stddev话题: random话题: lme话题: formula