Skip to content
Prev 310821 / 398506 Next

Matrix to data frame conversion

So, if you have duplicate row.names, get rid of them. Try

  rownames(comb_model0) <- NULL
  as.data.frame(comb_model0)

-Don