Displaying 1 result from an estimated 1 matches for "dptsr".
Did you mean:
dptr
2012 Mar 06
1
Reshape question
...0.933333 0
5 WB103_1_1_dp.txt 103 1 MNP 25.266667 -48.27500 48.726190 8.141667 10.98333 -31.966667 2
6 WB103_2_1_dp.txt 103 2 MNP 26.750000 -13.28929 3.447619 -8.641667 -10.90000 -27.416667 1
The following command does part of what I want:
dptsr<-reshape(dpts,
varying=c('PainNeg.hot','PainNeg.warm','SociNeg.hot','SociNeg.warm','Positiv.hot','Positiv.warm'),
v.names=c('Bias'),direction='long',timevar=c('Valence','Temperature'),
times=c('PainNeg.hot',&...