inst/snippets/Example6.19.R

OneTrueLove <- read.file("OneTrueLove.csv")
head(OneTrueLove)
tally(Response~Gender, format = "count", margins = TRUE, data = OneTrueLove)
prop(Response~Gender, data = OneTrueLove)
diff(prop(Response~Gender, data = OneTrueLove))
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.