Add stat testing to autofit tables by default
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).