inst/snippets/Example4.13.R

Randomization.Match <- 
  do(10000) * rflip(25, .5)  # 25 because n = 25
head(Randomization.Match)
histogram( ~ prop, width = 0.04, data = Randomization.Match)
rpruim/Lock5withR documentation built on May 28, 2019, 1:31 a.m.