search for: randominterceptdiqagq

Displaying 1 result from an estimated 1 matches for "randominterceptdiqagq".

2012 Oct 30
2
help with lme
...I am sorry to annoy you with this problem but I could not deal with the problem with the help of books, internet or friends. So my hope is that you would be so kind and you find some minutes to look through one of my examples. I would be deeply greatful. My R script: library (nlme) #Datei laden randomInterceptDIQAGQ <- lme(NoteD ~ IQ + AGQ, data = Gind, random = ~1|Klnr, method = "ML", na.action = na.exclude) summary (randomInterceptDIQAGQ) intervals (randomInterceptDIQAGQ) my Output: Final model, : 2 predictors, no RandomSlope > randomInterceptDIQAGQ <- lme(NoteD ~ IQ + AGQ, data = Gind...