Open m7pr opened 7 months ago
The order is taken from order of factor levels in the data
> CO2$Plant
[1] Qn1 Qn1 Qn1 Qn1 Qn1 Qn1 Qn1 Qn2 Qn2
[10] Qn2 Qn2 Qn2 Qn2 Qn2 Qn3 Qn3 Qn3 Qn3
[19] Qn3 Qn3 Qn3 Qc1 Qc1 Qc1 Qc1 Qc1 Qc1
[28] Qc1 Qc2 Qc2 Qc2 Qc2 Qc2 Qc2 Qc2 Qc3
[37] Qc3 Qc3 Qc3 Qc3 Qc3 Qc3 Mn1 Mn1 Mn1
[46] Mn1 Mn1 Mn1 Mn1 Mn2 Mn2 Mn2 Mn2 Mn2
[55] Mn2 Mn2 Mn3 Mn3 Mn3 Mn3 Mn3 Mn3 Mn3
[64] Mc1 Mc1 Mc1 Mc1 Mc1 Mc1 Mc1 Mc2 Mc2
[73] Mc2 Mc2 Mc2 Mc2 Mc2 Mc3 Mc3 Mc3 Mc3
[82] Mc3 Mc3 Mc3
12 Levels: Qn1 < Qn2 < Qn3 < ... < Mc1
> levels(CO2$Plant)
[1] "Qn1" "Qn2" "Qn3" "Qc1" "Qc3" "Qc2"
[7] "Mn3" "Mn2" "Mn1" "Mc2" "Mc3" "Mc1"
will continue the discussion here https://github.com/insightsengineering/teal.transform/issues/213
What happened?
The order of statistics in a drop-down menu is as follows
but the order that is displayed is a bit random
Code to reproduce
sessionInfo()
No response
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy