search for: idrec1

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

Did you mean: idrec
2010 Dec 10
1
help with RSQLite adding a new column
...think of IDrec and IDdes being character strings and ID being numeric) (Imagine the transposed) Table1: ID: 1,2,3,4,... IDrec: A,B,C,D... IDdes: B,C,A,E... So I've created a table with the final form I need it to be in dbGetQuery(db, "CREATE TABLE Map (ID int, IDrec int, IDrec1 int, IDdes int, IDdes1 int)") And the finished table would look something like: Map: ID: 1, 2, 3, 4,... IDrec: 1, 2, 3, 4,... IDrec1: A, B, C, D,... IDdes: 2, 3, 1, 5,.... IDdes1: B, C, A, E,... So I copy in the first set of values easily: dbGetQuery(db, "INSERT INTO Map...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...think of IDrec and IDdes being character strings and ID being numeric) (Imagine the transposed) Table1: ID: 1,2,3,4,... IDrec: A,B,C,D... IDdes: B,C,A,E... So I've created a table with the final form I need it to be in dbGetQuery(db, "CREATE TABLE Map (ID int, IDrec int, IDrec1 int, IDdes int, IDdes1 int)") And the finished table would look something like: Map: ID: 1, 2, 3, 4,... IDrec: 1, 2, 3, 4,... IDrec1: A, B, C, D,... IDdes: 2, 3, 1, 5,.... IDdes1: B, C, A, E,... So I copy in the first set of values easily: dbGetQuery(db, "INSERT INTO Map...