Much like `lm()`, it would be nice if we could call: ``` r granovagg.1w(weight, group = feed, data = chickwts) ``` Or, better still: ``` r granovagg.1w(weight ~ group, data = chickwts) ```
Much like
lm(), it would be nice if we could call:Or, better still: