79456801

Date: 2025-02-21 09:02:38
Score: 1
Natty:
Report link

I know this is an old question, and that it doesn't follow proper etiquette, but since I just spent half an hour figuring out part 2 myself, I thought I could jot the answer down for anyone else ever stumbling across it:

(1) You have to include 'total = TRUE' in your controls (which should, at least by now, be the default though). If you want to have the total column before the others, then also add 'total.pos = "before"'.

(2) You need to also specify the test you want to use for the variable, so for example 'kwt', 'anova' or 'notest'. Then, you would specify it as follows: 'anova(URV.days, "median")'.

HTH

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gudrun