inst/snippets/Example7.9.R

OneTrueLove <- read.file("OneTrueLove.csv")
tally(~Response, format = "proportion", data = OneTrueLove)
tally(~ Response + Gender, format = "proportion", margin = TRUE, 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.