Creating a cumulative frequency table with custom row ordering in R
I have an R function which returns a cumulative frequency table, however the row values are qualitative data and I need them in a certain order.
I have an R function which returns a cumulative frequency table, however the row values are qualitative data and I need them in a certain order.