inst/snippets/Exploration5.3.15.R

Blood2 <- rbind(
  do(239)  *  data.frame(response = "donated",  Sex = "Male"),
  do(201)  *  data.frame(response = "donated",  Sex = "Female"),
  do(1032) *  data.frame(response = "did.not",  Sex = "Male"),
  do(1226) *  data.frame(response = "did.not",  Sex = "Female")
   )
rpruim/ISIwithR documentation built on May 28, 2019, 1:30 a.m.