Skip to content
Prev 350432 / 398503 Next

Help Interpreting Linear Mixed Model

Apologies for my ignorance!

*Thierry* - thank you for the reading.  I'll look into those ASAP!

*John* - The data set I have is quite large, when using the dput() command
I'm unsure if it actually fits the whole output into the console.  I can't
scroll up far enough to see the actual command.  I can paste what is there
if that may help?  The bottom line:

Names = c("Id", "Level", "AgeGr", "Position", "Height", "Weight", "BMI",
"YoYo"), class = "data.frame", row.names = c(NA, -9689L))

*Michael *- Essentially, I'm looking for differences between "YoYo" outcome
for "Positions", "Levels" and accounting for repeated measures using "Id"
as a random factor.  So I was able to figure out points 2 and 3.

I've searched for definitions of "Scaled residuals", "Random effects", "Fixed
effects", "Correlation of Fixed Effects".  However, I'm confused at the
different interpretations I've found.  Or quite possibly, I'm just
confused...  What should I be looking out for in these variables?

I've tried to take my analysis smaller, and just look at specifics, to make
it simpler.  Such as, comparing YoYo (outcome score) for a Premier_League
(Level), 22 (AgeGr) F (Position) with a Premier_League (Level), 22 (AgeGr)
M (Position).  How do I convert these into a factors for analysis?

Simple question maybe, but it's not when you can't find the answer!

Thank you,

Josh

On Mon, Apr 27, 2015 at 4:10 PM, Michael Dewey <lists at dewey.myzen.co.uk>
wrote: