3007 rows, need highest decimal number from each row and disregard any rows with a result below 0.5
numeric values represent probability of accuracy from 0 to 1, so i need the highest
need the code for - Look across a single row, identify the high value and return it, along with column name
it should come up as a simple table or list
Did this
dput(BB[max.col(BB[1:516], ties.method = "first")])
got a lot of NAs
ouput message
[947] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA[969] NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA NA[991] NA NA NA NA NA NA NA NA NA NA[ reached getOption("max.print") -- omitted 2007 entries ]
Warning message:In max.col(BB[1 - 516], ties.method = "first") : NAs introduced by coercion