I have an aggregated data frame after use of melt/dcast functions:
Agency potential_danger_x potential_danger_y danger_x danger_y
A 165 12.232 23 23.98
B 34 43.98 12 12.43
Since I must create a presentation, I just cannot present the dataframe like this (sigh!). I've tried to find a way to get an HTML or TeX presentation like this:
potential danger danger
Agency x y x y
A 165 12.232 23 23.98
B 34 43.98 12 12.43
but I found no way. I don't expect that you do the work for me but I would greatly appreciate a little guidance about how to manage this issue or which package could help me.