inst/snippets/Example2.5b.R

tally(Response ~ Gender, data = OneTrueLove)
tally( ~ Response | Gender, data = OneTrueLove)
tally(Gender ~ Response, data = OneTrueLove)
tally( ~ Gender | Response, data = OneTrueLove)
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.