# \donttest{
# Binary outcome example
obs.table <- matrix(c(15, 10, 5, 20), ncol = 2, byrow = TRUE)
result <- sampling.score.sen.IxJ(obs.table = obs.table,
gamma = 0.5,
delta = c(0, 1),
treatment.scores = c(0, 1),
outcome.scores = c(0, 1),
mc.iteration = 5000)
# }
Run the code above in your browser using DataLab