Displaying 1 result from an estimated 1 matches for "var_resid".
Did you mean:
var_resid1
2003 Sep 25
0
mixing nested and crossed factors using lme
...pdIdent(~sitenumber-1), pdIdent(~rater-1)))),data=scores)
which makes sense, and I then calculated the intraclass correlation using the within sitenumber (ie among raters) variance, the within rater variance and the residual variance (using VarCorr(fit)):
rho = var_among/(var_among + var_within + var_resid)
Now, the raters can be divided into two groups. I would like to include group as a fixed factor, to test whether there is a difference in scores between groups (I know the number of raters is too small. This is a pilot study and I am really just trying to get the analysis right in case we want to...