Sorry, I am a physician and not a programmer. Thank you for your help in advance, but a cumbersome internet search has not led to a solution.
I have a data matrix with 102 columns (and 46 million rows). the columns are called robot (0 or 1) and ko1 to ko101 (strings). I would like to know, which strings are how often (I don't know the possibilities) in the columns ko1 through ko101 AND in the rows in which robot == 1 (approx. 185,000 rows). All tests with tab1, table, tabulate did not work.
Has anyone an uncomplicated physisican-proof idea?
Many thanks in advance
Felix
I have a data matrix with 102 columns (and 46 million rows). the columns are called robot (0 or 1) and ko1 to ko101 (strings). I would like to know, which strings are how often (I don't know the possibilities) in the columns ko1 through ko101 AND in the rows in which robot == 1 (approx. 185,000 rows). All tests with tab1, table, tabulate did not work.
Has anyone an uncomplicated physisican-proof idea?
Many thanks in advance
Felix
Comment