I attached a picture, but I currently have a table and would like to turn it into a data frame. However, when I tried
as.data.frame(pred_table)
it returned something completely different. I would like a data frame that has the first column as name, the second titled x, the third y, etc. Thanks for the help!