R Programmer for data formatting & analysis
Budget: €20 – €50 EUR
I'm looking for a code that allows me to import csv files, combine their data and then perform analysis on it.
I have 2x15 csv tables (like the one I attached), i.e. 15 "1per2" documents and 15 "2per2" documents. Each of them contains 96 values (A1, A2, A3...... A12 and B1, B2, ....B12 and so on until H12).
The first value (A1) in the first "1per2" table needs to be combined with the first value (also A1) in the first "2per2" table. Once all A1 values are combined in a column (2X15) I would like to know their mean and the median. Finally, I would like to plot the distribution of all means and median.
I know that this is a quite complex explanation but I would be happy to give more information in detail. The final result should be 96 means, 96 medians and two distribution plots of each.
I have 2x15 csv tables (like the one I attached), i.e. 15 "1per2" documents and 15 "2per2" documents. Each of them contains 96 values (A1, A2, A3...... A12 and B1, B2, ....B12 and so on until H12).
The first value (A1) in the first "1per2" table needs to be combined with the first value (also A1) in the first "2per2" table. Once all A1 values are combined in a column (2X15) I would like to know their mean and the median. Finally, I would like to plot the distribution of all means and median.
I know that this is a quite complex explanation but I would be happy to give more information in detail. The final result should be 96 means, 96 medians and two distribution plots of each.