# NOT RUN {
### Example with formula notation
data(Catbus)
groupwiseGeometric(Steps ~ Sex + Teacher,
data = Catbus)
### Example with variable notation
data(Catbus)
groupwiseGeometric(data = Catbus,
var = "Steps",
group = c("Sex", "Teacher"))
# }
Run the code above in your browser using DataLab