When a tidy data sheet is uploaded and the data in the column that is selected as 'Condition' is numeric (22, 88) the statistics (95CI) are swapped. This is solved when the data is forced to be text, by replacing it (for instance, replace 22 with n_22).
When a tidy data sheet is uploaded and the data in the column that is selected as 'Condition' is numeric (22, 88) the statistics (95CI) are swapped. This is solved when the data is forced to be text, by replacing it (for instance, replace 22 with n_22).