Displaying 1 result from an estimated 1 matches for "subect1".
Did you mean:
  subject1
  
2008 Sep 14
2
Help please! How to code a mixed-model with 2 within-subject factors using lme or lmer?
Hello,
I'm using aov() to analyse changes in brain volume between males and
females. For every subject (there are 331 in total) I have 8 volume
measurements (4 different brain lobes and 2 different tissues
(grey/white matter)). The data looks like this:
Subject	Sex	Lobe	Tissue	Volume
subect1	1	F	g	262374
subect1	1	F	w	173758
subect1	1	O	g	67155
subect1	1	O	w	30067
subect1	1	P	g	117981
subect1	1	P	w	85441
subect1	1	T	g	185241
subect1	1	T	w	83183
subect2	1	F	g	255309
subect2	1	F	w	164335
subect2	1	O	g	71769
subect2	1	O	w	31879
subect2	1	P	g	120518
subect2	1	P	w	90334
subect2	1	T	g	168413...