R/test.R

testData = data.frame(
  V1 = sample(c(NA,1), 100, replace=T, c(0.1,0.9)),
  V2 = sample(c(NA,1), 100, replace=T, c(0.2,0.8)),
  V3 = sample(c(NA,1), 100, replace=T, c(0.3,0.7)),
  V4 = sample(c(NA,1), 100, replace=T, c(0.5,0.5))
  )
Lchiffon/preReport documentation built on May 8, 2019, 9:52 p.m.