# NOT RUN {
### Example with formula notation
data(AndersonBias)
groupwiseSum(Count ~ Result + Sex,
data = AndersonBias)
### Example with variable notation
data(AndersonBias)
groupwiseSum(data = AndersonBias,
var = "Count",
group = c("Result", "Sex"))
# }
Run the code above in your browser using DataLab