Hi BlueSky Team.
The menu option Summary > Frequencies produces a table where the numerical order is not correct (rows are sorted for Frequency and not for the variable M values):
The problem doesn’t change using or not option “Sort in decending order” (note the typo).
Best regards. Ma.C.
I encountered the same issue - super frustrating. Hope it will be fixed with the next update.
I have created a temporary fix, follow the steps below
Download the output file
Open the file in BlueSky Statistics
Click on the </> to see the code associated with the output file
Enter a blank line between the ```{r}
You will now see the execute (Triangle) icon
Click the icon to execute the new code
This will overwrite the BSkyFrequency function
Basically the new code will ignore the descending/ascending sort by frequency and will sort in descending order of the values in the variable that you want the frequencies for
You will have to do this each time you restart the application
In a future version we will give you both options i.e. sort by frequencies of the variables values or descending/ascending order of the variable values