search for: behavdat

Displaying 2 results from an estimated 2 matches for "behavdat".

2012 Apr 29
2
Xy plot help
...tried to get xyplot shrink fit for my mixed model.  But, the mixed model line is not seen in the graph. I would like to know if there is anything wrong with my code. Thanks, A.K. (fm1 <- lmer(Response3 ~1+ Wavelength*Start_Resp*time + (1|resid) + (1+time|Subject_BDat), family=binomial, data=Behavdat, REML=0)) df <- coef(lmList(Response ~ time | SubjectBDat, Behavdat)) fclow <- subset(df, '(Intercept)' < -4.1) fchigh <- subset(df, '(Intercept)' > -4.1) cc1 <- as.data.frame(coef(fm1)$Subject) names(cc1) <- c("A", "B","C",&qu...
2012 Apr 24
1
Nested longitudinal data
...--------------------------------- ---------------------------------------------------------------------------------------------------------------------------              The model I used was: (fm2 <-lmer(Response~Wavelength+Startingresponse+Strain+ time + (time|Subject),family=binomial, data=Behavdat)) I am not sure how to specify the nested structures within the model.  Any help will be appreciated. Thanks. [[alternative HTML version deleted]]