Displaying 1 result from an estimated 1 matches for "timeseries_sign".
Did you mean:
timeseries_signal
2009 Jan 10
0
RMySQL CREATE TABLE error
...1033' AND
nogestureFDR > 1.95;")
9 > dbSendQuery(con, temp1)
<MySQLResult:(436,20,1)>
10 > dbSendQuery(con, temp2)
<MySQLResult:(436,20,2)>
11 > dbSendQuery(con, temp3)
<MySQLResult:(436,20,3)>
12 > query.string1 <- paste("SELECT t.timeseries_id, t.timeseries_signal
FROM MyTemporaryTable1 t, MyTemporaryTable3 v WHERE t.participant =
v.participant AND t.roi = v.roi AND t.voxel_id = v.voxel_id;",sep="")
13 > query.string2 <- paste("SELECT t.timeseries_id, t.timeseries_signal
FROM MyTemporaryTable2 t, MyTemporaryTable3 v WHERE t.par...