Add support for sig_symbols to aov_car()#27
Conversation
- Adds new option afex.sig_symbols - Adds sig_symbols attribute to anova_table - Adds significance symbol legend printing to print.afex_aov()
|
Thanks for that. Two thoughts though before I accept that:
Sorry for the delay. I was working on the vignette, which is finally ready. So as soon as this thing is in it I will push to CRAN. |
|
If I understand your questions correctly the following should answer both points. Currently, |
|
The reason for the existence of the ANOVA method is twofold. One reason is that it allows to obtain the numerical values for What I am gonna do is accept your changes and still add |
|
Okay, I have now added the argument to It would probably good to add the legends to the output of |
|
That's the next thing, I'll be working on. I'll try to get to it before the end of the week. |
|
That sounds great. One important thing to note is that it is important to make sure that the new methods also work with objects created in the old version. For example, I needed to add a check for In addition, I tried to upload the current version already to CRAN, but it creates a warning with a package downstream, so it will be somewhat more time until I can get the new version up... |
Hi Henrik,
better late than never (an unexpected personal event came up). This pull request adds the support for
sig_symbolstoaov_car()as discussed in #17.Let me know what you think.