Displaying 1 result from an estimated 1 matches for "disembodiment".
2013 Mar 01
0
Extracting coefficients of covariates in a LME-model
...synch,
order counter-balanced across participants). I had a series of covariates
that were included in the initial model and used a step-wise process to
produce the most parsimonious model (two covariates age and PLE).
The final model was:
disem<-lmer(comp.score~delay.type+age+PLE+(1|id), data=Disembodiment)
The first 5 rows of the data frame appeared as follows:
head(Disembodiment)
id comp comp.score delay.type sex age yrs.edu PLE fds bds
4 C01 Disembodiment 1.3846685 Synch f 56 14 0 8 6
5 C01 Disembodiment 0.3782303 Asynch f 56 14 0 8 6
12...