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)

Try the Lock5withR package in your browser

Any scripts or data that you put into this service are public.

Lock5withR documentation built on May 2, 2019, 3:43 p.m.