Hi guys!
i need little help to complete my assignment and R script that can make division like....
Agriculture Mining Industry Services Output
200 115 180 212 857
130 230 156 137 833
180 195 240 186 935
140 190 116 225 812
885 divided to each value of Agriculture column
than 833 divided to each value in Mining column
than 935 divided to each value in Industry column
than 812 divided to each value in Services column
so that final output will be like:
|0.2334| 0.1302| 0.1925 |0.2611|
|0.1517| 0.2605| 0.1668 |0.1687|
|0.2100| 0.2208| 0.2567 |0.2291|
|0.1634| 0.2152| 0.1241 |0.2771|
i will be thankfull