search for: data365

Displaying 1 result from an estimated 1 matches for "data365".

Did you mean: data345
2001 Oct 11
1
Create objects
hello cracks, we have 365 objects (d.data1-d.data365) containing each 1200 rows with 7 variables. now we want 1200 objects with the row number i (1:1200) of each d.data. we tried it to do this way: for (k in 1:1200) for (j in 1:365) for (i in 1:7) get(paste("test",k,sep=""))[j,i] <- get(paste("d.data",j,sep="...