Add stat testing to autofit tables by default
backlog
J
Jamie Morris
Merged in a post:
Autofit tables should work with column comparisons
F
Flamingo pink Salamander
Column comparisons currently do not flow through to Autofit tables unless you edit the underlying code.
J
Jamie Morris
marked this post as
backlog
M
Mattias Engdahl
Merged in a post:
Significance testing should work with Autofit tables
F
Flamingo pink Salamander
Significance testing currently does not flow through to Autofit tables unless you edit the underlying code.
J
Jamie Morris
Merged in a post:
Show significance on Autofit table
L
Lemon Dinosaur
Ability to show up and down arrows for significance as a menu item on Autofit tables (which allow for more formatting that customers ask for a lot). The CreateCustomTable function used under the hood to make the Autofit table has arguments for this so it’s a matter of adding the menu item in and configuring the arguments in the code.
Otherwise, the user has to create the table from scratch using R code (in this case the user was also sorting using autofit and removing columns so the sig testing stuff couln’t be lined up appropriately in the modified autofit code so it was better to create a custom R Calc instead).