Displaying 2 results from an estimated 2 matches for "fdan1".
Did you mean:
fan1
2010 Aug 15
2
problems with which
...it works well but somewhere R
takes trace of the past dataframe and this creates problems with
following operations.
For example:
sentences <- read.xls("frasi.tot.march.3.xls", header=TRUE)
head(sentences)
fam subjID Cond Code reg total first second
1 f 30 an fDan1 1 0.2812500 0.2812500 0.0000000
2 f 30 an fDan1 2 1.7851562 0.5390625 1.2460938
3 f 30 an fDan1 3 1.2304688 0.6679688 0.5625000
4 f 30 an fDan1 4 0.6289062 0.4375000 0.1914062
5 f 30 an fDan2 1 0.1367188 0.1367188 0.0000000
6 f 30 an fDan2 2 0.863...
2010 Aug 18
1
reading lmer table
...R and especially with linear mixed effects models and
I'm not completely sure to read the lmer table in the right way.
for example:
head(march.f)
fam subjID Cond Code reg total first
second log.total log.second cat
3 f 30 an fDan1 3 1.2304688 0.6679688 0.56250000
0.20739519 0.44628710 f
7 f 30 an fDan2 3 0.9414062 0.9414062 0.00000000
-0.06038051 0.00000000 f
11 f 30 an fDan3 3 0.4179688 0.4179688 0.00000000
-0.87234861 0.00000000 f
15 f 30 an fDan4 3...