Diff for "FAQ/multiicc" - CBU statistics Wiki
location: Diff for "FAQ/multiicc"
Differences between revisions 3 and 4
Revision 3 as of 2018-03-22 15:04:32
Size: 617
Editor: PeterWatson
Comment:
Revision 4 as of 2018-03-22 15:06:21
Size: 811
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Fit a multilevel model Fit a multilevel model as below (the null model with no predictors) to the outcome score
with one column for outcome, y, and one column indicating participant with at least one repetition on some of the participants.

Using an intraclass correlation to measure consistency across subjects

Fit a multilevel model as below (the null model with no predictors) to the outcome score with one column for outcome, y, and one column indicating participant with at least one repetition on some of the participants.

MIXED Y 
  /FIXED=  | SSTYPE(3)
  /METHOD=REML
  /PRINT=SOLUTION
  /RANDOM=intercept | SUBJECT(participant) COVTYPE(VC).

The intraclass correlation which measures the consistency of performance across version of the participants equals

Variance Component for Participant / 
 [(Variance Component for Participant) + (Variance Component of Residual)]

This can also be computed from a one way repeated ANOVA if there are the same number of repetitions (e.g. time) per participant.

None: FAQ/multiicc (last edited 2018-03-22 15:06:21 by PeterWatson)