data(Alcohol)
TE <- Alcohol$TE
seTE <- Alcohol$seTE
studlab <- Alcohol$studyid
treat1 <- Alcohol$treat2
treat2 <- Alcohol$treat1
# Stochastic Search Inconsistency Factor Selection using as reference treatment AO-CT and the
# design-by-treatment method for the specification of the Z matrix.
m <- ssifs(TE, seTE, treat1, treat2, studlab, ref = "AO-CT",
M = 1000, B = 100, M_pilot = 1000, B_pilot = 100)
Run the code above in your browser using DataLab