search for: cts2017000072015

Displaying 3 results from an estimated 3 matches for "cts2017000072015".

2017 Oct 12
4
comparing two strings from data
...entry is found in the second column, I would like to get the corresponding index. For instance, if the first entry of the first column is 5th entry in the second column, I would like to keep this index 5. AST2017000005534 TUR2017000001428 CTS2017000079930 CTS2017000071989 CTS2017000079931 CTS2017000072015 In a loop, when I use the following code to get those indices, data_2 = read.csv("excel_data.csv") column_1 = data_2$data1 column_2 = data_2$data2 match_list <- array(0,dim=c(310,1)); # 310 is the length of the first column for (indx in 1: 310){ for(indx2 in 1:713){ # 713 is...
2017 Oct 12
0
comparing two strings from data
...olumn, I would like to get the corresponding index. For instance, if the > first entry of the first column is 5th entry in the second column, I would > like to keep this index 5. > > AST2017000005534 TUR2017000001428 > CTS2017000079930 CTS2017000071989 > CTS2017000079931 CTS2017000072015 > > In a loop, when I use the following code to get those indices, > > > data_2 = read.csv("excel_data.csv") > column_1 = data_2$data1 > column_2 = data_2$data2 > > match_list <- array(0,dim=c(310,1)); # 310 is the length of the first > column > &...
2017 Oct 13
1
comparing two strings from data
...responding index. For instance, if the > > first entry of the first column is 5th entry in the second column, I > would > > like to keep this index 5. > > > > AST2017000005534 TUR2017000001428 > > CTS2017000079930 CTS2017000071989 > > CTS2017000079931 CTS2017000072015 > > > > In a loop, when I use the following code to get those indices, > > > > > > data_2 = read.csv("excel_data.csv") > > column_1 = data_2$data1 > > column_2 = data_2$data2 > > > > match_list <- array(0,dim=c(310,1)); # 310 is th...